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
cbc224fd92
commit
8a56fe14dc
@@ -345,7 +345,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