Changeset 240
- Timestamp:
- 01/02/08 20:10:24 (1 year ago)
- Files:
-
- lex/trunk/src/com/qwirx/lex/Search.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lex/trunk/src/com/qwirx/lex/Search.java
r236 r240 6 6 import java.util.Iterator; 7 7 import java.util.List; 8 import java.util.Set;9 8 10 9 import jemdros.FlatSheaf; … … 61 60 private void addToMonadSet(Sheaf sheaf, SetOfMonads set) 62 61 { 62 if (sheaf == null) 63 { 64 return; 65 } 66 63 67 SheafConstIterator shci = sheaf.const_iterator(); 64 68
