Skip to content

Commit ef1a6e7

Browse files
author
Ritesh Garg
committed
Removing unused method
1 parent 9b98db2 commit ef1a6e7

File tree

1 file changed

+0
-4
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs

1 file changed

+0
-4
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DataStreamer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,6 @@ private void setPipeline(DatanodeInfo[] nodes, StorageType[] storageTypes,
608608
this.storageIDs = storageIDs;
609609
}
610610

611-
void setAccessToken(Token<BlockTokenIdentifier> t) {
612-
this.accessToken = t;
613-
}
614-
615611
/**
616612
* Initialize for data streaming
617613
*/

0 commit comments

Comments
 (0)