diff --git a/examples/triggers/src/org/apache/cassandra/triggers/InvertedIndex.java b/examples/triggers/src/org/apache/cassandra/triggers/InvertedIndex.java index fa90053fde..cdcb962a6b 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 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.