X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FNonDirFileRegex.java;h=7ef24a3237a4048a9a6de71fb8f6e17d83fc4eec;hb=601989c95175f5ad883e73c4aa07a76713510d1f;hp=92f54a3e91ed384453ff4440c489bd6e11ebedbb;hpb=c40cf903f740a72ab63dd1abc10fa33450ce660d;p=jalview.git diff --git a/src/com/stevesoft/pat/NonDirFileRegex.java b/src/com/stevesoft/pat/NonDirFileRegex.java index 92f54a3..7ef24a3 100755 --- a/src/com/stevesoft/pat/NonDirFileRegex.java +++ b/src/com/stevesoft/pat/NonDirFileRegex.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 not a directory.*/