You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ne...@apache.org on 2019/01/24 18:26:56 UTC

[incubator-pinot] branch segment_status_checker_integration_test updated: Formatting change

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 <np...@linkedin.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org