You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2017/08/07 20:52:28 UTC

[3/6] twill git commit: Fix check style issue.

Fix check style issue.

Project: http://git-wip-us.apache.org/repos/asf/twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/twill/commit/a757089b
Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/a757089b
Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/a757089b

Branch: refs/heads/feature/TWILL-241-per-runnable-opts
Commit: a757089b477d88dcdeec371798d8b2cb20865b98
Parents: 4efe21f
Author: Terence Yim <ch...@apache.org>
Authored: Fri Aug 4 19:01:33 2017 -0700
Committer: Terence Yim <ch...@apache.org>
Committed: Fri Aug 4 22:20:36 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/twill/internal/DefaultTwillRunResources.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/twill/blob/a757089b/twill-api/src/main/java/org/apache/twill/internal/DefaultTwillRunResources.java
----------------------------------------------------------------------
diff --git a/twill-api/src/main/java/org/apache/twill/internal/DefaultTwillRunResources.java b/twill-api/src/main/java/org/apache/twill/internal/DefaultTwillRunResources.java
index f05074e..6f8a052 100644
--- a/twill-api/src/main/java/org/apache/twill/internal/DefaultTwillRunResources.java
+++ b/twill-api/src/main/java/org/apache/twill/internal/DefaultTwillRunResources.java
@@ -45,7 +45,8 @@ public class DefaultTwillRunResources implements TwillRunResources {
    */
   public DefaultTwillRunResources(int instanceId, String containerId, int cores, int memoryMB, int maxHeapMemoryMB,
                                   String host, Integer debugPort) {
-    this(instanceId, containerId, cores, memoryMB, maxHeapMemoryMB, host, debugPort, Collections.<String, Level>emptyMap());
+    this(instanceId, containerId, cores, memoryMB, maxHeapMemoryMB, host, debugPort,
+         Collections.<String, Level>emptyMap());
   }
 
   public DefaultTwillRunResources(int instanceId, String containerId, int cores, int memoryMB, int maxHeapMemoryMB,