Skip to content

Commit f51b3d3

Browse files
committed
Merge branch 'master' of ssh://github.com/gluster/hadoop-glusterfs
2 parents dadcbe6 + 89f1782 commit f51b3d3

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
@@ -535,10 +535,6 @@ public long getDefaultBlockSize(){
535535
return 1<<26; /* default's from hdfs, kfs */
536536
}
537537

538-
@Deprecated
539-
public void release(Path path) throws IOException{
540-
}
541-
542538
public BlockLocation[] getFileBlockLocations(FileStatus file,long start,long len) throws IOException{
543539

544540
Path absolute=makeAbsolute(file.getPath());

0 commit comments

Comments
 (0)