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/05 04:16:12 UTC

[4/5] 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/577e6c7c
Tree: http://git-wip-us.apache.org/repos/asf/twill/tree/577e6c7c
Diff: http://git-wip-us.apache.org/repos/asf/twill/diff/577e6c7c

Branch: refs/heads/feature/TWILL-241-per-runnable-opts
Commit: 577e6c7cf86abd576a3ac676faba96165c44d146
Parents: f9d5a59
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 19:01:33 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/577e6c7c/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,