You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/10/18 23:26:13 UTC

[sling-org-apache-sling-nosql-couchbase-client] 10/24: cosmetic: fix javadoc errors

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-nosql-couchbase-client.git

commit 0bf599aaa426369963876e37d09185dca991821b
Author: Stefan Seifert <ss...@apache.org>
AuthorDate: Thu Sep 17 21:23:52 2015 +0000

    cosmetic: fix javadoc errors
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1703693 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/nosql/couchbase/client/CouchbaseKey.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ public final class CouchbaseKey {
      * 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) {

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.