DATACASS-516 - Add return type to sample code in reference docs.

Original pull request: #117.
This commit is contained in:
Dušan Andrić
2018-01-03 15:40:22 -05:00
committed by Mark Paluch
parent afb55469de
commit f2fd2a1b8c

View File

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