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/11/07 09:55:59 UTC

[sling-org-apache-sling-nosql-couchbase-client] 11/14: cosmetic: fix javadoc errors

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

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

commit 37b4571a9287b5e3a3186f22b36a5ca008c6f928
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/contrib/nosql/couchbase-client@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>.