[JDBC-27] Use repeat instead of replicate Created: 29/Feb/12 Updated: 29/Feb/12 Resolved: 29/Feb/12 |
|
| Status: | Resolved |
| Project: | java.jdbc |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Enhancement | Priority: | Minor |
| Reporter: | Jonas Enlund | Assignee: | Sean Corfield |
| Resolution: | Completed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Patch: | Fixed |
| Description |
|
The replicate function is deprecated and the suggested alternative is to use repeat. |
| Comments |
| Comment by Sean Corfield [ 29/Feb/12 5:34 PM ] |
|
Thanx Jonas. This made me look thru all my other Clojure code but it was the only instance of replicate that I could find. |