Skip to content

Commit a5da97f

Browse files
committed
Merge pull request #21 from gluster/BZ927278
removed setReplication() method. Using super.setReplication() instead (...
2 parents b3e898c + 3899c1c commit a5da97f

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
@@ -537,10 +537,6 @@ public short getDefaultReplication(Path path) throws IOException{
537537
return xattr.getReplication(f.getPath());
538538
}
539539

540-
public boolean setReplication(Path path,short replication) throws IOException{
541-
return true;
542-
}
543-
544540
public long getBlockSize(Path path) throws IOException{
545541
long blkSz;
546542
Path absolute=makeAbsolute(path);

0 commit comments

Comments
 (0)