cosmetic: fix javadoc errors

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1703693 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/sling/nosql/couchbase/client/CouchbaseKey.java b/src/main/java/org/apache/sling/nosql/couchbase/client/CouchbaseKey.java
index e495ffc..6b07974 100644
--- a/src/main/java/org/apache/sling/nosql/couchbase/client/CouchbaseKey.java
+++ b/src/main/java/org/apache/sling/nosql/couchbase/client/CouchbaseKey.java
@@ -40,7 +40,7 @@
      * Builds a key for a couchbase document with the given prefix that does not
      * exceed the max. length for couchbase keys.
      * @param key Full key
-     * @param cacheKeyPrefix Prefix to add before the key
+     * @param keyPrefix Prefix to add before the key
      * @return Valid key for couchbase
      */
     public static String build(String key, String keyPrefix) {