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
afb55469de
commit
f2fd2a1b8c
@@ -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