You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2018/09/28 13:17:00 UTC

svn commit: r1842246 - in /jackrabbit/oak/trunk: oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/ oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/strategy/ oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/...

Author: reschke
Date: Fri Sep 28 13:16:59 2018
New Revision: 1842246

URL: http://svn.apache.org/viewvc?rev=1842246&view=rev
Log:
OAK-7790: fix Javadoc (11) errors - use of <tt>

Modified:
    jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/Mount.java
    jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/MountInfoProvider.java
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/strategy/UniqueEntryStoreStrategy.java
    jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypeEditor.java

Modified: jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/Mount.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/Mount.java?rev=1842246&r1=1842245&r2=1842246&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/Mount.java (original)
+++ jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/Mount.java Fri Sep 28 13:16:59 2018
@@ -22,7 +22,7 @@ package org.apache.jackrabbit.oak.spi.mo
 import org.osgi.annotation.versioning.ProviderType;
 
 /**
- * Refers to a set of paths from a <tt>ContentRepository</tt> that are possibly 
+ * Refers to a set of paths from a {@code ContentRepository}x that are possibly 
  * stored in a separate physical persistent store.
  * 
  * <p>In a default setup all paths belong to a default Mount.</p>
@@ -30,7 +30,7 @@ import org.osgi.annotation.versioning.Pr
 @ProviderType
 public interface Mount {
     /**
-     * Name of the mount. If this <code>Mount</code>
+     * Name of the mount. If this <code>@Mount</code>
      * is the default mount, an empty string is returned
      */
     String getName();

Modified: jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/MountInfoProvider.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/MountInfoProvider.java?rev=1842246&r1=1842245&r2=1842246&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/MountInfoProvider.java (original)
+++ jackrabbit/oak/trunk/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/spi/mount/MountInfoProvider.java Fri Sep 28 13:16:59 2018
@@ -26,7 +26,7 @@ import org.jetbrains.annotations.Nullabl
 import org.osgi.annotation.versioning.ProviderType;
 
 /**
- * Holds information related to the {@link Mount}s configured in a <tt>ContentRepository</tt>.
+ * Holds information related to the {@link Mount}s configured in a {@code ContentRepository}.
  * 
  * <p>The configuration may either be trivial - only a default mount is configured, or defining at least one non-default mount.</p>
  */
@@ -56,7 +56,7 @@ public interface MountInfoProvider {
      *
      * @param name name of the mount
      * @return mount instance for given mount name. If no mount exists for given name
-     * <tt>null</tt> would be returned
+     * {@code null} would be returned
      */
     @Nullable
     Mount getMountByName(String name);

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/strategy/UniqueEntryStoreStrategy.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/strategy/UniqueEntryStoreStrategy.java?rev=1842246&r1=1842245&r2=1842246&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/strategy/UniqueEntryStoreStrategy.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/strategy/UniqueEntryStoreStrategy.java Fri Sep 28 13:16:59 2018
@@ -154,7 +154,7 @@ public class UniqueEntryStoreStrategy im
     
     
     /**
-     * Search for a given set of values, returning <tt>IndexEntry</tt> results
+     * Search for a given set of values, returning {@linkplain IndexEntry} results
      * 
      * @param filter the filter (can optionally be used for optimized query execution)
      * @param indexName the name of the index (for logging)

Modified: jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypeEditor.java
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypeEditor.java?rev=1842246&r1=1842245&r2=1842246&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypeEditor.java (original)
+++ jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypeEditor.java Fri Sep 28 13:16:59 2018
@@ -123,14 +123,14 @@ public class TypeEditor extends DefaultE
     };
     
     /**
-     * Creates a new <tt>TypeEditor</tt> instance
+     * Creates a new {@linkplain TypeEditor} instance
      * 
      * @param callback the callback to use when a constraint violation is found. The client must
      *   check the results of the callback invocations if the specified callback does not
      *   immediately propagate constraint violations as checked exceptions.
-     * @param typesToCheck the types to check for. If <tt>null</tt>, this node is checked. Otherwise
+     * @param typesToCheck the types to check for. If {@code null}, this node is checked. Otherwise
      *  it is checked if its primary type or one of it's mixin types is contained in this parameters
-     * @param types the <tt>/jcr:system/jcr:nodeTypes</tt> node
+     * @param types the {@code /jcr:system/jcr:nodeTypes} node
      * @param primary the node's primary type
      * @param mixins the node's mixins
      * @param builder a builder containing the current state of the node to check. May be used to set