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/14 17:40:05 UTC

[6/8] git commit: Removed unnecessary comments

Removed unnecessary comments

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

Branch: refs/heads/master
Commit: f0814d4b46af16ba4bb98458ba4f1d5339c7643a
Parents: aed4e12
Author: Prabeesh K <pr...@gmail.com>
Authored: Tue May 13 08:50:17 2014 +0530
Committer: Prabeesh K <pr...@gmail.com>
Committed: Tue May 13 08:50:17 2014 +0530

----------------------------------------------------------------------
 .../storm-starter/src/jvm/storm/starter/PrintSampleStream.java    | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/f0814d4b/examples/storm-starter/src/jvm/storm/starter/PrintSampleStream.java
----------------------------------------------------------------------
diff --git a/examples/storm-starter/src/jvm/storm/starter/PrintSampleStream.java b/examples/storm-starter/src/jvm/storm/starter/PrintSampleStream.java
index 81c1dee..2734fff 100644
--- a/examples/storm-starter/src/jvm/storm/starter/PrintSampleStream.java
+++ b/examples/storm-starter/src/jvm/storm/starter/PrintSampleStream.java
@@ -16,9 +16,6 @@
  * limitations under the License.
  */
 
-// to use this example, uncomment the twitter4j dependency information in the project.clj,
-// uncomment storm.starter.spout.TwitterSampleSpout, and uncomment this class
-
 package storm.starter;
 
 import java.util.Arrays;