You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/03/20 22:23:02 UTC

[39/50] [abbrv] git commit: whitespace cleanup

whitespace cleanup


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

Branch: refs/heads/master
Commit: bb8562f4f19dd04cbc941a4c32ed4cdb392f17a0
Parents: 70174de
Author: supercargo <ad...@acuitysds.com>
Authored: Fri Feb 28 12:37:06 2014 -0500
Committer: supercargo <ad...@acuitysds.com>
Committed: Fri Feb 28 12:37:06 2014 -0500

----------------------------------------------------------------------
 storm-core/src/jvm/backtype/storm/StormSubmitter.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/bb8562f4/storm-core/src/jvm/backtype/storm/StormSubmitter.java
----------------------------------------------------------------------
diff --git a/storm-core/src/jvm/backtype/storm/StormSubmitter.java b/storm-core/src/jvm/backtype/storm/StormSubmitter.java
index 26a0a78..53c8643 100644
--- a/storm-core/src/jvm/backtype/storm/StormSubmitter.java
+++ b/storm-core/src/jvm/backtype/storm/StormSubmitter.java
@@ -150,7 +150,6 @@ public class StormSubmitter {
             throw new RuntimeException("Must submit topologies using the 'storm' client script so that StormSubmitter knows which jar to upload.");
         }
         NimbusClient client = NimbusClient.getConfiguredClient(conf);
-
         try {
             String uploadLocation = client.getClient().beginFileUpload();
             LOG.info("Uploading topology jar " + localJar + " to assigned location: " + uploadLocation);