HDFS-12219. Javadoc for FSNamesystem#getMaxObjects is incorrect. Contributed by Erik Krogen.

(cherry picked from commit 20304b91cc1513e3d82a01d36f4ee9c4c81b60e4)
This commit is contained in:
Yiqun Lin 2017-11-01 14:37:08 +08:00 committed by Akira Ajisaka
parent 0ec172b42f
commit 5cada4564a
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50

View File

@ -4570,9 +4570,6 @@ void checkFsObjectLimit() throws IOException {
}
}
/**
* Get the total number of objects in the system.
*/
@Override // FSNamesystemMBean
public long getMaxObjects() {
return maxFsObjects;