Author: reschke
Date: Wed Jun 17 12:33:17 2015
New Revision: 1685999
URL: http://svn.apache.org/r1685999
Log:
javadoc: typo
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java?rev=1685999&r1=1685998&r2=1685999&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStore.java
Wed Jun 17 12:33:17 2015
@@ -165,7 +165,7 @@ public interface DocumentStore {
Map<String, Map<UpdateOp.Key,
UpdateOp.Condition>> toRemove);
/**
- * Try to create a list of documents. This method returns {@code code} iff
+ * Try to create a list of documents. This method returns {@code true} iff
* none of the documents existed before and the create was successful. This
* method will return {@code false} if one of the documents already exists
* in the store. Some documents may still have been created in the store.