[Javabdd-checkins] JavaBDD_tests/bdd IteratorTests.java,1.3,1.4
Brought to you by:
joewhaley
From: John W. <joe...@us...> - 2005-05-23 22:33:09
|
Update of /cvsroot/javabdd/JavaBDD_tests/bdd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10155/bdd Modified Files: IteratorTests.java Log Message: Fix Javadoc. Index: IteratorTests.java =================================================================== RCS file: /cvsroot/javabdd/JavaBDD_tests/bdd/IteratorTests.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IteratorTests.java 21 May 2005 08:47:33 -0000 1.3 --- IteratorTests.java 23 May 2005 22:32:58 -0000 1.4 *************** *** 92,97 **** * <p>This is another version of iterator() that exists for testing purposes. * It is much slower than the other one.</p> - * - * @return an iteration of minterms */ static class MyBDDIterator implements Iterator { --- 92,95 ---- |