Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -4,7 +4,7 @@
4 4
5 5 public class WildSingleDirMatcher implements DirMatcher
6 6 {
7 - private FilePathPartMatcher mFilePathPartMatcher;
7 + private final FilePathPartMatcher mFilePathPartMatcher;
8 8
9 9 public WildSingleDirMatcher( String pDirPath )
10 10 {