Skip to content

Commit 13d6000

Browse files
committed
Update README.md
1 parent 48228bc commit 13d6000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ using a key and a map. The key to indicate which map to use is set in the const
3232
them.
3333

3434
Map<String, Object> cassandraConfig = new HashMap<String, Object>();
35-
cassandraConfig.put(CassandraBolt.CASSANDRA_HOST, "localhost:9160");
36-
cassandraConfig.put(CassandraBolt.CASSANDRA_KEYSPACE, "testKeyspace");
35+
cassandraConfig.put(StormCassandraConstants.CASSANDRA_HOST, "localhost:9160");
36+
cassandraConfig.put(StormCassandraConstants.CASSANDRA_KEYSPACE, "testKeyspace");
3737
Config config = new Config();
3838
config.put("CassandraLocal", cassandraConfig);
3939

0 commit comments

Comments
 (0)