DATACASS-516 - Add return type to sample code in reference docs.
Original pull request: #117.
This commit is contained in:
committed by
Mark Paluch
parent
b88d60358d
commit
e67ef04a37
@@ -421,7 +421,7 @@ public class AppConfig extends AbstractCassandraConfiguration {
|
||||
/*
|
||||
* Provide a keyspace name to the configuration.
|
||||
*/
|
||||
public getKeyspaceName() {
|
||||
public String getKeyspaceName() {
|
||||
return "mykeyspace";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user