Author: reschke
Date: Mon Dec 11 13:16:27 2017
New Revision: 1817772

URL: http://svn.apache.org/viewvc?rev=1817772&view=rev
Log:
OAK-7046: DocumentStore API: clarify key length

Modified:
    
jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java

Modified: 
jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java?rev=1817772&r1=1817771&r2=1817772&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java
 (original)
+++ 
jackrabbit/oak/trunk/oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java
 Mon Dec 11 13:16:27 2017
@@ -38,8 +38,7 @@ import org.apache.jackrabbit.oak.plugins
  * <p>
  * The key is the id of a document. Keys are opaque strings. All characters are
  * allowed. Leading and trailing whitespace is allowed. For keys, the maximum
- * length is 512 bytes in the UTF-8 representation (in the latest Unicode
- * version).
+ * length is 512 bytes in the UTF-8 representation.
  */
 public interface DocumentStore {
 


Reply via email to