aboutsummaryrefslogtreecommitdiffstats
path: root/guava/src/com/google/common/io/PatternFilenameFilter.java
diff options
context:
space:
mode:
Diffstat (limited to 'guava/src/com/google/common/io/PatternFilenameFilter.java')
-rw-r--r--guava/src/com/google/common/io/PatternFilenameFilter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/guava/src/com/google/common/io/PatternFilenameFilter.java b/guava/src/com/google/common/io/PatternFilenameFilter.java
index 2859277..065566f 100644
--- a/guava/src/com/google/common/io/PatternFilenameFilter.java
+++ b/guava/src/com/google/common/io/PatternFilenameFilter.java
@@ -27,8 +27,8 @@ import java.util.regex.PatternSyntaxException;
import javax.annotation.Nullable;
/**
- * File name filter that only accepts files matching a regular expression. This
- * class is thread-safe and immutable.
+ * File name filter that only accepts files matching a regular expression. This class is thread-safe
+ * and immutable.
*
* @author Apple Chow
* @since 1.0