File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/github/javabdd Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ public boolean hasNext() {
691
691
}
692
692
693
693
/**
694
- * @see jwutil.math.BitString.BitStringIterator#nextIndex ()
694
+ * @see java.util.Iterator#hasNext ()
695
695
*/
696
696
public int nextIndex () {
697
697
while (t == 0 ) {
@@ -738,7 +738,7 @@ public boolean hasNext() {
738
738
}
739
739
740
740
/**
741
- * @see jwutil.math.BitString.BitStringIterator#nextIndex ()
741
+ * @see java.util.Iterator#hasNext ()
742
742
*/
743
743
public int nextIndex () {
744
744
while (t == 0 ) {
@@ -788,7 +788,7 @@ public boolean hasNext() {
788
788
}
789
789
790
790
/**
791
- * @see jwutil.math.BitString.BitStringIterator#nextIndex ()
791
+ * @see java.util.Iterator#hasNext ()
792
792
*/
793
793
public int nextIndex () {
794
794
while (t == 0 ) {
You can’t perform that action at this time.
0 commit comments