X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FDirFileRegex.java;h=c46762ec5cf604e9563aea6c2418fd0d00506bbf;hb=601989c95175f5ad883e73c4aa07a76713510d1f;hp=731457c700e3ea043e0e984142b813c1d7eab9a7;hpb=c40cf903f740a72ab63dd1abc10fa33450ce660d;p=jalview.git diff --git a/src/com/stevesoft/pat/DirFileRegex.java b/src/com/stevesoft/pat/DirFileRegex.java index 731457c..c46762e 100755 --- a/src/com/stevesoft/pat/DirFileRegex.java +++ b/src/com/stevesoft/pat/DirFileRegex.java @@ -6,7 +6,6 @@ // -- Happy Computing! // package com.stevesoft.pat; -import java.io.File; /** This class is just like FileRegex, except that its accept method only returns true if the file matching the pattern is a directory.*/