You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Robert Munteanu (JIRA)" <ji...@apache.org> on 2016/07/27 09:20:20 UTC

[jira] [Created] (OAK-4609) Typo in NodeState javadoc

Robert Munteanu created OAK-4609:
------------------------------------

             Summary: Typo in NodeState javadoc
                 Key: OAK-4609
                 URL: https://issues.apache.org/jira/browse/OAK-4609
             Project: Jackrabbit Oak
          Issue Type: Bug
            Reporter: Robert Munteanu
            Priority: Trivial


{noformat}diff --git a/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/state/NodeState.java b/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/state/NodeState.java
index 0718685..2da15bc 100644
--- a/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/state/NodeState.java
+++ b/oak-core/src/main/java/org/apache/jackrabbit/oak/spi/state/NodeState.java
@@ -57,7 +57,7 @@ import com.google.common.base.Predicate;
  * order of properties or child nodes may be different for two instances
  * of the same state.
  * <p>
- * In addition to being immutable, a specific state instance guaranteed to
+ * In addition to being immutable, a specific state instance is guaranteed to
  * be fully thread-safe. Possible caching or other internal changes need to
  * be properly synchronized so that any number of concurrent clients can
  * safely access a state instance.
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)