/[gzz]/gzz/lava/gzz/potion/potions/OrFilterFn.java
ViewVC logotype

Diff of /gzz/lava/gzz/potion/potions/OrFilterFn.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by benja, Tue Jan 7 21:49:08 2003 UTC revision 1.3 by benja, Tue Jan 7 23:27:01 2003 UTC
# Line 21  public class OrFilterFn extends Abstract Line 21  public class OrFilterFn extends Abstract
21          for(Iterator i = params[0].iterator(); i.hasNext();) {          for(Iterator i = params[0].iterator(); i.hasNext();) {
22              Filter f1 = (Filter)i.next();              Filter f1 = (Filter)i.next();
23                            
24              for(Iterator j = params[0].iterator(); i.hasNext();) {              for(Iterator j = params[1].iterator(); j.hasNext();) {
25                  Filter f2  = (Filter)i.next();                  Filter f2  = (Filter)j.next();
26                  OrFilter f = new OrFilter(f1, f2);                  OrFilter f = new OrFilter(f1, f2);
27                  result.add(f);                  result.add(f);
28              }              }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26