Reverted HDFS-2474
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1186501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2edd042f8a
commit
01d408d5b0
@ -21,13 +21,8 @@
|
|||||||
import java.util.regex.PatternSyntaxException;
|
import java.util.regex.PatternSyntaxException;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
import org.apache.hadoop.classification.InterfaceAudience;
|
|
||||||
import org.apache.hadoop.classification.InterfaceStability;
|
|
||||||
|
|
||||||
// A class that could decide if a string matches the glob or not
|
// A class that could decide if a string matches the glob or not
|
||||||
@InterfaceAudience.Public
|
class GlobFilter implements PathFilter {
|
||||||
@InterfaceStability.Evolving
|
|
||||||
public class GlobFilter implements PathFilter {
|
|
||||||
private final static PathFilter DEFAULT_FILTER = new PathFilter() {
|
private final static PathFilter DEFAULT_FILTER = new PathFilter() {
|
||||||
public boolean accept(Path file) {
|
public boolean accept(Path file) {
|
||||||
return true;
|
return true;
|
||||||
|
@ -67,8 +67,6 @@ Trunk (unreleased changes)
|
|||||||
|
|
||||||
HDFS-2322. the build fails in Windows because commons-daemon TAR cannot be fetched. (tucu)
|
HDFS-2322. the build fails in Windows because commons-daemon TAR cannot be fetched. (tucu)
|
||||||
|
|
||||||
HDFS-2474. Make GlobFilter class public. (tucu)
|
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
HDFS-2287. TestParallelRead has a small off-by-one bug. (todd)
|
HDFS-2287. TestParallelRead has a small off-by-one bug. (todd)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user