HDFS-12219. Javadoc for FSNamesystem#getMaxObjects is incorrect. Contributed by Erik Krogen.
This commit is contained in:
parent
b8c8b5bc27
commit
20304b91cc
|
@ -4606,9 +4606,6 @@ public class FSNamesystem implements Namesystem, FSNamesystemMBean,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Get the total number of objects in the system.
|
|
||||||
*/
|
|
||||||
@Override // FSNamesystemMBean
|
@Override // FSNamesystemMBean
|
||||||
public long getMaxObjects() {
|
public long getMaxObjects() {
|
||||||
return maxFsObjects;
|
return maxFsObjects;
|
||||||
|
|
Loading…
Reference in New Issue