This is an automated email from the ASF dual-hosted git repository.

huijun pushed a commit to branch huijunw/healthmgrmetrics
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/huijunw/healthmgrmetrics by 
this push:
     new ac352b5  fix style
ac352b5 is described below

commit ac352b5a6583319c647576fdeeddc82add8aac91
Author: Huijun Wu <huij...@twitter.com>
AuthorDate: Wed Apr 4 16:47:37 2018 -0700

    fix style
---
 .../src/java/com/twitter/heron/healthmgr/HealthManagerMetrics.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManagerMetrics.java
 
b/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManagerMetrics.java
index f1e5834..fab5c70 100644
--- 
a/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManagerMetrics.java
+++ 
b/heron/healthmgr/src/java/com/twitter/heron/healthmgr/HealthManagerMetrics.java
@@ -23,6 +23,7 @@ import java.util.logging.Level;
 import java.util.logging.Logger;
 
 import com.google.protobuf.Message;
+
 import com.twitter.heron.api.metric.MultiCountMetric;
 import com.twitter.heron.common.basics.NIOLooper;
 import com.twitter.heron.common.basics.SingletonRegistry;
@@ -61,7 +62,6 @@ public class HealthManagerMetrics implements Runnable, 
AutoCloseable {
 
   /**
    * constructor to expose healthmgr metrics to local metricsmgr
-   * 
    * @param metricsMgrPort local MetricsMgr port
    * @throws IOException
    */
@@ -141,7 +141,7 @@ public class HealthManagerMetrics implements Runnable, 
AutoCloseable {
   public synchronized void executeIncr(String metricName) {
     executeCount.scope(metricName).incr();
   }
-  
+
   public synchronized void executeSensorIncr(String sensor) {
     executeSensorCount.scope(sensor).incr();
   }

-- 
To stop receiving notification emails like this one, please contact
hui...@apache.org.

Reply via email to