Repository: cassandra
Updated Branches:
  refs/heads/trunk d2b6063ad -> 401ed436a


fix typo


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

Branch: refs/heads/trunk
Commit: 401ed436ab0ca1f9294fbdd26d3da78ee70e9c3f
Parents: d2b6063
Author: Dave Brosius <dbros...@mebigfatguy.com>
Authored: Thu May 15 22:32:41 2014 -0400
Committer: Dave Brosius <dbros...@mebigfatguy.com>
Committed: Thu May 15 22:32:41 2014 -0400

----------------------------------------------------------------------
 .../triggers/src/org/apache/cassandra/triggers/InvertedIndex.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/401ed436/examples/triggers/src/org/apache/cassandra/triggers/InvertedIndex.java
----------------------------------------------------------------------
diff --git 
a/examples/triggers/src/org/apache/cassandra/triggers/InvertedIndex.java 
b/examples/triggers/src/org/apache/cassandra/triggers/InvertedIndex.java
index fa90053..cdcb962 100644
--- a/examples/triggers/src/org/apache/cassandra/triggers/InvertedIndex.java
+++ b/examples/triggers/src/org/apache/cassandra/triggers/InvertedIndex.java
@@ -42,7 +42,7 @@ public class InvertedIndex implements ITrigger
         List<Mutation> mutations = new ArrayList<>(update.getColumnCount());
 
         String indexKeySpace = properties.getProperty("keyspace");
-        String indexColumnFamily = properties.getProperty("columnfamily")
+        String indexColumnFamily = properties.getProperty("columnfamily");
         for (Cell cell : update)
         {
             // Skip the row marker and other empty values, since they lead to 
an empty key.

Reply via email to