DATACASS-516 - Polishing.
Apply fix also to reactive Cassandra example. Original pull request: #117.
This commit is contained in:
@@ -233,7 +233,7 @@ public class AppConfig extends AbstractReactiveCassandraConfiguration {
|
||||
/*
|
||||
* Provide a keyspace name to the configuration.
|
||||
*/
|
||||
public getKeyspaceName() {
|
||||
public String getKeyspaceName() {
|
||||
return "mykeyspace";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user