You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ie...@apache.org on 2020/11/27 20:28:39 UTC

[beam] branch BEAM-11343-expansionclientpublic created (now ef8f645)

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

iemejia pushed a change to branch BEAM-11343-expansionclientpublic
in repository https://gitbox.apache.org/repos/asf/beam.git.


      at ef8f645  [BEAM-11343] Fix spotless issue on core-construction-java

This branch includes the following new commits:

     new ef8f645  [BEAM-11343] Fix spotless issue on core-construction-java

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: [BEAM-11343] Fix spotless issue on core-construction-java

Posted by ie...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iemejia pushed a commit to branch BEAM-11343-expansionclientpublic
in repository https://gitbox.apache.org/repos/asf/beam.git

commit ef8f645de1f4343c839d3ce667bb069c3ddf04d4
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri Nov 27 21:26:45 2020 +0100

    [BEAM-11343] Fix spotless issue on core-construction-java
---
 .../main/java/org/apache/beam/runners/core/construction/External.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java b/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java
index d6924f8..2c4eb99 100644
--- a/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java
+++ b/runners/core-construction-java/src/main/java/org/apache/beam/runners/core/construction/External.java
@@ -78,7 +78,7 @@ public class External {
   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() {