Skip to content

Commit 9ec0178

Browse files
committed
Fixed javadoc refs.
1 parent 8005b58 commit 9ec0178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/github/javabdd/BitString.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ public boolean hasNext() {
691691
}
692692

693693
/**
694-
* @see jwutil.math.BitString.BitStringIterator#nextIndex()
694+
* @see java.util.Iterator#hasNext()
695695
*/
696696
public int nextIndex() {
697697
while (t == 0) {
@@ -738,7 +738,7 @@ public boolean hasNext() {
738738
}
739739

740740
/**
741-
* @see jwutil.math.BitString.BitStringIterator#nextIndex()
741+
* @see java.util.Iterator#hasNext()
742742
*/
743743
public int nextIndex() {
744744
while (t == 0) {
@@ -788,7 +788,7 @@ public boolean hasNext() {
788788
}
789789

790790
/**
791-
* @see jwutil.math.BitString.BitStringIterator#nextIndex()
791+
* @see java.util.Iterator#hasNext()
792792
*/
793793
public int nextIndex() {
794794
while (t == 0) {

0 commit comments

Comments
 (0)