Fix checkstyle

This commit is contained in:
Dave Syer 2015-12-09 10:35:57 +00:00
parent 8b97c3b342
commit 21d6c73539

View File

@ -78,7 +78,6 @@ public class SystemPublicMetrics implements PublicMetrics, Ordered {
* Add metrics from ManagementFactory if possible. Note that ManagementFactory is not
* available on Google App Engine.
* @param result the result
* @param mem
*/
private void addManagementMetrics(Collection<Metric<?>> result) {
try {