Skip to content

Commit 01c0310

Browse files
committed
fix old jira link
1 parent 3f8eb4a commit 01c0310

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.clojure</groupId>
1919
<artifactId>pom.contrib</artifactId>
20-
<version>0.2.2</version>
20+
<version>1.0.0</version>
2121
</parent>
2222

2323
<developers>

src/main/clojure/clojure/core/logic/fd.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507

508508
IMemberCount
509509
(-member-count [this]
510-
;; NOTE: ugly hack around http://dev.clojure.org/jira/browse/CLJ-1202 - David
510+
;; NOTE: ugly hack around https://clojure.atlassian.net/browse/CLJ-1202 - David
511511
(reduce core/+ 0 (map #(-member-count %) is)))
512512

513513
IInterval

0 commit comments

Comments
 (0)