You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2014/05/19 23:52:37 UTC

[12/24] git commit: Removed pure whitespace changes of project.clj and bootstrap.clj

Removed pure whitespace changes of project.clj and bootstrap.clj


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

Branch: refs/heads/master
Commit: 16ba0c7fbba5b49ed4054f7aba7fc7e15e144c77
Parents: 5699373
Author: John Gilmore <jg...@ml.sun.ac.za>
Authored: Thu Oct 10 14:28:08 2013 +0200
Committer: John Gilmore <jg...@ml.sun.ac.za>
Committed: Thu Oct 10 14:28:08 2013 +0200

----------------------------------------------------------------------
 project.clj                                     | 2 +-
 storm-core/src/clj/backtype/storm/bootstrap.clj | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/16ba0c7f/project.clj
----------------------------------------------------------------------
diff --git a/project.clj b/project.clj
index 6e59efc..ed1fdbc 100644
--- a/project.clj
+++ b/project.clj
@@ -10,7 +10,7 @@
                  :archive "https://groups.google.com/group/storm-user"
                  :post "storm-user@googlegroups.com"}
   :dependencies [~@DEPENDENCIES]
-  :plugins [[~'lein-sub "0.2.1"]]
+  :plugins [[~'lein-sub "0.2.1"]]  
   :min-lein-version "2.0.0"
   :sub [~@MODULES]
   ))

http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/16ba0c7f/storm-core/src/clj/backtype/storm/bootstrap.clj
----------------------------------------------------------------------
diff --git a/storm-core/src/clj/backtype/storm/bootstrap.clj b/storm-core/src/clj/backtype/storm/bootstrap.clj
index 9edbe8e..70b8005 100644
--- a/storm-core/src/clj/backtype/storm/bootstrap.clj
+++ b/storm-core/src/clj/backtype/storm/bootstrap.clj
@@ -17,7 +17,7 @@
      (import (quote [backtype.storm.task IBolt IOutputCollector
                      OutputCollector TopologyContext ShellBolt
                      GeneralTopologyContext WorkerTopologyContext]))
-     (import (quote [backtype.storm.coordination CoordinatedBolt CoordinatedBolt$SourceArgs
+     (import (quote [backtype.storm.coordination CoordinatedBolt CoordinatedBolt$SourceArgs 
                      IBatchBolt BatchBoltExecutor]))
      (import (quote [backtype.storm.drpc KeyedFairBolt]))
      (import (quote [backtype.storm.daemon Shutdownable]))