You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2012/11/08 09:42:59 UTC

git commit: Fix typo in comments

Updated Branches:
  refs/heads/trunk d7ff10d82 -> c016b3184


Fix typo in comments


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

Branch: refs/heads/trunk
Commit: c016b31844668b6031bf8674a01691683b20ef78
Parents: d7ff10d
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Thu Nov 8 09:42:49 2012 +0100
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Thu Nov 8 09:42:49 2012 +0100

----------------------------------------------------------------------
 .../org/apache/cassandra/hadoop/ConfigHelper.java  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/c016b318/src/java/org/apache/cassandra/hadoop/ConfigHelper.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/hadoop/ConfigHelper.java b/src/java/org/apache/cassandra/hadoop/ConfigHelper.java
index 1523105..e4f914e 100644
--- a/src/java/org/apache/cassandra/hadoop/ConfigHelper.java
+++ b/src/java/org/apache/cassandra/hadoop/ConfigHelper.java
@@ -133,7 +133,7 @@ public class ConfigHelper
     }
 
     /**
-     * Set the column family for the input of this job.
+     * Set the column family for the output of this job.
      *
      * @param conf         Job configuration you are about to run
      * @param columnFamily
@@ -144,7 +144,7 @@ public class ConfigHelper
     }
 
     /**
-     * Set the column family for the input of this job.
+     * Set the column family for the output of this job.
      *
      * @param conf         Job configuration you are about to run
      * @param keyspace