Fix checkstyle
This commit is contained in:
parent
8b97c3b342
commit
21d6c73539
|
@ -78,7 +78,6 @@ public class SystemPublicMetrics implements PublicMetrics, Ordered {
|
||||||
* Add metrics from ManagementFactory if possible. Note that ManagementFactory is not
|
* Add metrics from ManagementFactory if possible. Note that ManagementFactory is not
|
||||||
* available on Google App Engine.
|
* available on Google App Engine.
|
||||||
* @param result the result
|
* @param result the result
|
||||||
* @param mem
|
|
||||||
*/
|
*/
|
||||||
private void addManagementMetrics(Collection<Metric<?>> result) {
|
private void addManagementMetrics(Collection<Metric<?>> result) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue