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 2015/10/02 22:18:59 UTC

[2/8] storm git commit: Fixed some spelling issues

Fixed some spelling issues


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

Branch: refs/heads/master
Commit: 045b77dcae6d40e12fbdfaeeb2b04df38f73154e
Parents: feba08a
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Authored: Thu Sep 17 14:03:20 2015 -0500
Committer: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Committed: Fri Oct 2 14:18:58 2015 -0500

----------------------------------------------------------------------
 storm-core/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/045b77dc/storm-core/pom.xml
----------------------------------------------------------------------
diff --git a/storm-core/pom.xml b/storm-core/pom.xml
index 8d0608e..7dc5c03 100644
--- a/storm-core/pom.xml
+++ b/storm-core/pom.xml
@@ -608,10 +608,10 @@
                     </transformers>
                     <filters>
                         <!-- Several of these filters remove the .clj files from the shaded dependencies, even though only .clj files are in these jars.
-                             The reason for this is a bit complex, but intentional.  Durring the build process all of the dependency .clj files are
-                             compiled down into .class files, and included in storm-core.jar.  The regular shade thransformer handles these in 
-                             the majority of cases correctly.  However, the ClojureTransformer does not shade everything correctly all the
-                             time.  Instead of spending a lot of time to get the ClojureTransformer to parse clojrue correctly we opted to remove
+                             The reason for this is a bit complex, but intentional.  During the build process all of the dependency .clj files are
+                             compiled down into .class files, and included in storm-core.jar.  The regular shade transformer handles these in 
+                             the majority of cases correctly.  However, the Clojure-Transformer does not shade everything correctly all the
+                             time.  Instead of spending a lot of time to get the Clojure-Transformer to parse Clojure correctly we opted to remove
                              the .clj files from the uber jar. -->
                         <filter><artifact>org.clojure:core.incubator</artifact><excludes><exclude>**/*.clj</exclude></excludes></filter>
                         <filter><artifact>cheshire:cheshire</artifact><excludes><exclude>**/*.clj</exclude></excludes></filter>