Skip to content

Commit 47c3191

Browse files
committed
remove the unused release() method.
1 parent 385dd82 commit 47c3191

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
@@ -539,10 +539,6 @@ public long getDefaultBlockSize(){
539539
public void lock(Path path,boolean shared) throws IOException{
540540
}
541541

542-
@Deprecated
543-
public void release(Path path) throws IOException{
544-
}
545-
546542
public BlockLocation[] getFileBlockLocations(FileStatus file,long start,long len) throws IOException{
547543

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

0 commit comments

Comments
 (0)