Skip to content

Commit 4de747b

Browse files
committed
Merge pull request #20 from gluster/BZ927284
remove unused lock() method
2 parents de792e5 + ee5f9e5 commit 4de747b

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 lock(Path path,boolean shared) throws IOException{
540-
}
541-
542538
@Deprecated
543539
public void release(Path path) throws IOException{
544540
}

0 commit comments

Comments
 (0)