You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2022/12/08 15:41:37 UTC

svn commit: r1905862 - in /jackrabbit/trunk: jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/ jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/ jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/

Author: reschke
Date: Thu Dec  8 15:41:37 2022
New Revision: 1905862

URL: http://svn.apache.org/viewvc?rev=1905862&view=rev
Log:
JCR-4878: Javadoc fixes

Modified:
    jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MoreLikeThis.java
    jackrabbit/trunk/jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/JcrRemotingServlet.java
    jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/package-info.java

Modified: jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MoreLikeThis.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MoreLikeThis.java?rev=1905862&r1=1905861&r2=1905862&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MoreLikeThis.java (original)
+++ jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/query/lucene/MoreLikeThis.java Thu Dec  8 15:41:37 2022
@@ -84,7 +84,7 @@ import java.util.ArrayList;
  *
  *
  * <p>
- * <h3>Initial Usage</h3>
+ * <h2>Initial Usage</h2>
  *
  * This class has lots of options to try to make it efficient and flexible.
  *
@@ -112,7 +112,7 @@ import java.util.ArrayList;
  * <li> call the searcher to find the similar docs
  * </ol>
  *
- * <h3>More Advanced Usage</h3>
+ * <h2>More Advanced Usage</h2>
  *
  * You may want to use {@link #setFieldNames setFieldNames(...)} so you can examine
  * multiple fields (e.g. body and title) for similarity.

Modified: jackrabbit/trunk/jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/JcrRemotingServlet.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/JcrRemotingServlet.java?rev=1905862&r1=1905861&r2=1905862&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/JcrRemotingServlet.java (original)
+++ jackrabbit/trunk/jackrabbit-jcr-server/src/main/java/org/apache/jackrabbit/server/remoting/davex/JcrRemotingServlet.java Thu Dec  8 15:41:37 2022
@@ -74,7 +74,7 @@ import org.slf4j.LoggerFactory;
  * </ul>
  * functionality and supports cross workspace copy and cloning.
  * 
- * <h3 id="bread">Batch Read</h3>
+ * <h2 id="bread">Batch Read</h2>
  *
  * Upon RepositoryService.getItemInfos a JSON object is composed containing
  * the information for the requested node and its child items up to a
@@ -131,7 +131,7 @@ import org.slf4j.LoggerFactory;
  *   JSON value must not have any trailing ".0" removed.
  * </pre>
  *
- * <h3 id="mread">Multi Read</h3>
+ * <h2 id="mread">Multi Read</h2>
  * <p>
  * Since Jackrabbit 2.3.6 it is also possible to request multiple subtrees
  * in a single request. This is done by adding one or more ":include"
@@ -148,14 +148,14 @@ import org.slf4j.LoggerFactory;
  * {"nodes":{"/parent/child1":{...},"/parent/child2":{...}}}
  * </pre>
  *
- * <h3 id="bwrite">Batch Write</h3>
+ * <h2 id="bwrite">Batch Write</h2>
  *
  * The complete SPI Batch is sent to the server in a single request, currently a
  * POST request containing a custom ":diff" parameter.
  * <br>
  * <i>NOTE</i> that this is targeted to be replaced by a PATCH request.
  *
- * <h4>Diff format</h4>
+ * <h3>Diff format</h3>
  *
  * The diff parameter currently consists of JSON-like key-value pairs with the
  * following special requirements:

Modified: jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/package-info.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/package-info.java?rev=1905862&r1=1905861&r2=1905862&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/package-info.java (original)
+++ jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/package-info.java Thu Dec  8 15:41:37 2022
@@ -31,7 +31,7 @@
  * local namespace resolution to prefixes.</li>
  * </ul>
  *
- * <h3>Observation</h3>
+ * <h2>Observation</h2>
  * Because one of the goals of this SPI is to make it easier to implement a
  * remoting layer using various existing protocols, the observation mechanism
  * has been design with this goal in mind. Instead of a listener registration