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 14:28:37 UTC

svn commit: r1905861 - /jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemId.java

Author: reschke
Date: Thu Dec  8 14:28:37 2022
New Revision: 1905861

URL: http://svn.apache.org/viewvc?rev=1905861&view=rev
Log:
JCR-4878: ItemId javadoc fix

Modified:
    jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemId.java

Modified: jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemId.java
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemId.java?rev=1905861&r1=1905860&r2=1905861&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemId.java (original)
+++ jackrabbit/trunk/jackrabbit-spi/src/main/java/org/apache/jackrabbit/spi/ItemId.java Thu Dec  8 14:28:37 2022
@@ -24,18 +24,18 @@ package org.apache.jackrabbit.spi;
  * that the value is <code>null</code>:
  * <table><caption>allowed combinations of unique ID and path</caption>
  * <tr><th>UniqueID</th><th>Path</th><th>Usage</th></tr>
- * <tr valign="top"><td style="text-align:center"><b>X</b></td><td style="text-align:center"><b>-</b></td>
+ * <tr style="vertical-align:top"><td style="text-align:center"><b>X</b></td><td style="text-align:center"><b>-</b></td>
  *   <td>The item can be identified with a unique ID. In most cases such an item
  *   is also mix:referenceable but there is no restriction in that respect. An
  *   SPI implementation may also use a unique ID to identify non-referenceable nodes.
  *   Whether a node is referenceable is purely governed by its node type or
  *   the assigned mixin types. Note, that the format of the ID it is left to the
  *   implementation.</td></tr>
- * <tr valign="top"><td style="text-align:center"><b>-</b></td><td style="text-align:center"><b>X</b></td>
+ * <tr style="vertical-align:top"><td style="text-align:center"><b>-</b></td><td style="text-align:center"><b>X</b></td>
  *   <td>The item can not be identified with a unique ID and none of its ancestors
  *   can be identified with a unique ID. The item is identified by an absolute path.
  *   </td></tr>
- * <tr valign="top"><td style="text-align:center"><b>X</b></td><td style="text-align:center"><b>X</b></td>
+ * <tr style="vertical-align:top"><td style="text-align:center"><b>X</b></td><td style="text-align:center"><b>X</b></td>
  *   <td>The item can not be identified with a unique ID but one of its ancestors
  *   can. {@link #getUniqueID} returns the unique ID of the nearest ancestor, which
  *   can be identified with a unique ID. The relative path provides a navigation