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 "Michael Dürig (JIRA)" <ji...@apache.org> on 2016/07/27 10:15:20 UTC

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

     [ https://issues.apache.org/jira/browse/OAK-4609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig resolved OAK-4609.
--------------------------------
    Resolution: Fixed
      Assignee: Michael Dürig

Fixed at http://svn.apache.org/viewvc?rev=1754235&view=rev

Thanks [~rombert] for the patch!

> 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
>            Assignee: Michael Dürig
>            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)