Fix build because of 946456c6d8
.
This commit is contained in:
parent
9cedad11d8
commit
1aea440560
@ -18,9 +18,9 @@
|
||||
package org.apache.hadoop.hdfs.server.namenode;
|
||||
|
||||
import com.google.common.base.Objects;
|
||||
import org.apache.hadoop.hdfs.StorageType;
|
||||
import org.apache.hadoop.fs.StorageType;
|
||||
|
||||
public class QuotaByStorageTypeEntry {
|
||||
public class QuotaByStorageTypeEntry {
|
||||
private StorageType type;
|
||||
private long quota;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user