Subversion Repository Public Repository

litesoft

Diff Revisions 184 vs 185 for /trunk/Java/ScarPlus/src/com/esotericsoftware/wildcard/support/FilePathPartMatcher.java

Diff revisions: vs.
  @@ -6,7 +6,5 @@
6 6
7 7 public boolean acceptsAnyNumberOfParts();
8 8
9 - public boolean acceptsAnything();
10 -
11 9 public boolean acceptable( String pFilePathPart );
12 10 }