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