HDFS-11339. Fix import.

This commit is contained in:
Arpit Agarwal 2017-01-16 23:05:28 -08:00
parent e407449ddb
commit 89bb05d92b
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@
import org.apache.hadoop.hdfs.server.datanode.fsdataset.DataNodeVolumeMetrics;
import org.apache.hadoop.hdfs.server.datanode.fsdataset.FsVolumeSpi;
import org.apache.hadoop.util.Time;
import org.jboss.netty.util.internal.ThreadLocalRandom;
import javax.annotation.Nullable;
import java.util.concurrent.ThreadLocalRandom;
/**
* Profiles the performance of the metadata and data related operations on
@ -138,4 +138,4 @@ private DataNodeVolumeMetrics getVolumeMetrics(final FsVolumeSpi volume) {
}
return null;
}
}
}