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 b88d60358d
commit e67ef04a37

View File

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