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

nehapawar pushed a commit to branch segment_status_checker_integration_test
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to 
refs/heads/segment_status_checker_integration_test by this push:
     new 1f3603d  Formatting change
1f3603d is described below

commit 1f3603d9562dfed24fb2ba0ac8026374c056d614
Author: Neha Pawar <[email protected]>
AuthorDate: Thu Jan 24 10:26:44 2019 -0800

    Formatting change
---
 .../periodictask/ControllerPeriodicTaskTest.java   | 33 +++++++++++-----------
 1 file changed, 16 insertions(+), 17 deletions(-)

diff --git 
a/pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/periodictask/ControllerPeriodicTaskTest.java
 
b/pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/periodictask/ControllerPeriodicTaskTest.java
index f8d19b1..29a96de 100644
--- 
a/pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/periodictask/ControllerPeriodicTaskTest.java
+++ 
b/pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/periodictask/ControllerPeriodicTaskTest.java
@@ -54,23 +54,22 @@ public class ControllerPeriodicTaskTest {
       _initTaskCalled.set(true);
     }
 
-        @Override
-        public void stopTask() {
-          _stopTaskCalled.set(true);
-        }
-
-        @Override
-        public void process(List<String> tableNamesWithType) {
-          _processCalled.set(true);
-          super.process(tableNamesWithType);
-        }
-
-        @Override
-        public void processTable(String tableNameWithType) {
-          _numTablesProcessed.getAndIncrement();
-        }
-
-      };
+    @Override
+    public void stopTask() {
+      _stopTaskCalled.set(true);
+    }
+
+    @Override
+    public void process(List<String> tableNamesWithType) {
+      _processCalled.set(true);
+      super.process(tableNamesWithType);
+    }
+
+    @Override
+    public void processTable(String tableNameWithType) {
+      _numTablesProcessed.getAndIncrement();
+    }
+  };
 
   @BeforeTest
   public void beforeTest() {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to