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

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

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

revision 1.1 by antonfeldmann, Sun Jan 5 13:37:02 2003 UTC revision 1.2 by benja, Tue Jan 7 23:27:01 2003 UTC
# Line 11  public class AndFilter implements Filter Line 11  public class AndFilter implements Filter
11          }          }
12    
13          public boolean filter(Cell c) {          public boolean filter(Cell c) {
14                System.out.println("Andfilter: "+f1+" "+f2+" "+f1.filter(c)+" "+f2.filter(c));
15              return f1.filter(c) && f2.filter(c);              return f1.filter(c) && f2.filter(c);
16          }          }
17    

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

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