Skip to content

Commit 44fb7e6

Browse files
committed
removed setReplication() method. Using super.setReplication() instead (identical).
1 parent 385dd82 commit 44fb7e6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/apache/hadoop/fs/glusterfs/GlusterFileSystem.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -515,10 +515,6 @@ public short getDefaultReplication(Path path) throws IOException{
515515
return getReplication(path);
516516
}
517517

518-
public boolean setReplication(Path path,short replication) throws IOException{
519-
return true;
520-
}
521-
522518
public long getBlockSize(Path path) throws IOException{
523519
long blkSz;
524520
Path absolute=makeAbsolute(path);

0 commit comments

Comments
 (0)