DATACASS-516 - Polishing.

Apply fix also to reactive Cassandra example.

Original pull request: #117.
This commit is contained in:
Mark Paluch
2018-01-15 11:13:38 +01:00
parent f2fd2a1b8c
commit 4a592d9c0e

View File

@@ -233,7 +233,7 @@ public class AppConfig extends AbstractReactiveCassandraConfiguration {
/*
* Provide a keyspace name to the configuration.
*/
public getKeyspaceName() {
public String getKeyspaceName() {
return "mykeyspace";
}
}