Skip to content

Commit 89f1782

Browse files
committed
Merge pull request #19 from gluster/BZ927288
remove the unused release() method.
2 parents 4de747b + d57c2d3 commit 89f1782

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)