ccciudatu commented on a change in pull request #13427:
URL: https://github.com/apache/beam/pull/13427#discussion_r531726604



##########
File path: 
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java
##########
@@ -78,7 +78,7 @@
   private static AtomicInteger namespaceCounter = new AtomicInteger(0);
 
   private static final ExpansionServiceClientFactory DEFAULT =
-      new DefaultExpansionServiceClientFactory(
+     DefaultExpansionServiceClientFactory.create(

Review comment:
       @iemejia looks like this indentation change breaks the spotless check:
   
       Execution failed for task 
':runners:core-construction-java:spotlessJavaCheck'.
       > The following files had format violations:
         
runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java
             @@ -78,7 +78,7 @@
              
··private·static·AtomicInteger·namespaceCounter·=·new·AtomicInteger(0);
   
              ··private·static·final·ExpansionServiceClientFactory·DEFAULT·=
             -·····DefaultExpansionServiceClientFactory.create(
             +······DefaultExpansionServiceClientFactory.create(
              
··········endPoint·->·ManagedChannelBuilder.forTarget(endPoint.getUrl()).usePlaintext().build());
   
              ··private·static·int·getFreshNamespaceIndex()·{
       Run './gradlew :runners:core-construction-java:spotlessApply' to fix 
these violations.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to