aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs/src
diff options
context:
space:
mode:
Diffstat (limited to 'other/java/hdfs/src')
-rw-r--r--other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java b/other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java
index 7d992a7a1..2a0ef78af 100644
--- a/other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java
+++ b/other/java/hdfs/src/main/java/seaweed/hdfs/SeaweedFileSystem.java
@@ -310,9 +310,6 @@ public class SeaweedFileSystem extends org.apache.hadoop.fs.FileSystem {
getClass().getSimpleName() + " FileSystem implementation");
}
- /**
- * See {@link FileContext#createSymlink(Path, Path, boolean)}.
- */
@Override
public void createSymlink(final Path target, final Path link,
final boolean createParent) throws AccessControlException,
@@ -324,10 +321,6 @@ public class SeaweedFileSystem extends org.apache.hadoop.fs.FileSystem {
"Filesystem does not support symlinks!");
}
- /**
- * See {@link AbstractFileSystem#supportsSymlinks()}.
- */
- @Override
public boolean supportsSymlinks() {
return false;
}