HDDS-2202. Remove unused import in OmUtils

Closes #1543
This commit is contained in:
dchitlangia 2019-09-30 16:02:30 +02:00 committed by Márton Elek
parent a530ac3f50
commit b46d82339f
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@
import org.apache.hadoop.hdds.server.ServerUtils;
import org.apache.hadoop.net.NetUtils;
import org.apache.hadoop.ozone.om.OMConfigKeys;
import org.apache.hadoop.ozone.om.OMMetadataManager;
import org.apache.hadoop.ozone.om.helpers.OmKeyInfo;
import org.apache.hadoop.ozone.om.helpers.RepeatedOmKeyInfo;
import org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos;