From e67ef04a37aebd1373d2b07ab5c5035611a00eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Andri=C4=87?= Date: Wed, 3 Jan 2018 15:40:22 -0500 Subject: [PATCH] DATACASS-516 - Add return type to sample code in reference docs. Original pull request: #117. --- src/main/asciidoc/reference/cassandra.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/reference/cassandra.adoc b/src/main/asciidoc/reference/cassandra.adoc index d744cacb6..ca2c2445c 100644 --- a/src/main/asciidoc/reference/cassandra.adoc +++ b/src/main/asciidoc/reference/cassandra.adoc @@ -421,7 +421,7 @@ public class AppConfig extends AbstractCassandraConfiguration { /* * Provide a keyspace name to the configuration. */ - public getKeyspaceName() { + public String getKeyspaceName() { return "mykeyspace"; } }