Skip to content

Commit 06e85b6

Browse files
committed
fix import
1 parent f6c3215 commit 06e85b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/NumberReplicasStriped.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
package org.apache.hadoop.hdfs.server.blockmanagement;
1919

20-
import com.google.common.base.Objects;
20+
import org.apache.hadoop.thirdparty.com.google.common.base.Objects;
2121

2222
import java.util.concurrent.ThreadLocalRandom;
2323

0 commit comments

Comments
 (0)