Author: reschke
Date: Tue Apr 30 09:49:02 2019
New Revision: 1858418
URL: http://svn.apache.org/viewvc?rev=1858418&view=rev
Log:
OAK-8288: fix javadoc:javadoc for jdk >= 13
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/atomic/AtomicCounterEditor.java
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/impl/ImmutableTree.java
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/AuthenticationConfigurationImpl.java
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/user/LoginModuleImpl.java
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/atomic/AtomicCounterEditor.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/atomic/AtomicCounterEditor.java?rev=1858418&r1=1858417&r2=1858418&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/atomic/AtomicCounterEditor.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/atomic/AtomicCounterEditor.java
Tue Apr 30 09:49:02 2019
@@ -101,7 +101,7 @@ import org.slf4j.LoggerFactory;
* session.logout();
* </pre>
*
- * <h3>Internal behavioural details</h3>
+ * <h2>Internal behavioural details</h2>
*
* <p>
* The related jira ticket is <a
href="https://issues.apache.org/jira/browse/OAK-2472">OAK-2472</a>.
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/impl/ImmutableTree.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/impl/ImmutableTree.java?rev=1858418&r1=1858417&r2=1858418&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/impl/ImmutableTree.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/tree/impl/ImmutableTree.java
Tue Apr 30 09:49:02 2019
@@ -34,7 +34,7 @@ import org.jetbrains.annotations.Nullabl
* Immutable implementation of the {@code Tree} interface in order to provide
* the much feature rich API functionality for a given {@code NodeState}.
*
- * <h3>Tree hierarchy</h3>
+ * <h2>Tree hierarchy</h2>
* Due to the nature of this {@code Tree} implementation creating a proper
* hierarchical view of the tree structure is the responsibility of the caller.
* It is recommended to start with the state of the
@@ -49,7 +49,7 @@ import org.jetbrains.annotations.Nullabl
* {@link #ImmutableTree(ImmutableTree.ParentProvider, String,
org.apache.jackrabbit.oak.spi.state.NodeState)}
* an specify an appropriate {@code ParentProvider} implementation.
*
- * <h3>ParentProvider</h3>
+ * <h2>ParentProvider</h2>
* Apart from create the tree hierarchy in traversal mode this tree
implementation
* allows to instantiate disconnected trees that depending on the use may
* never or on demand retrieve hierarchy information. The following default
@@ -64,13 +64,13 @@ import org.jetbrains.annotations.Nullabl
* upon hierarchy related methods like {@link #getParent()}, {@link
#getPath()}</li>
* </ul>
*
- * <h3>Filtering 'hidden' items</h3>
+ * <h2>Filtering 'hidden' items</h2>
* This {@code Tree} implementation reflects the item hierarchy as exposed by
the
* underlying {@code NodeState}. In contrast to the mutable implementations it
* does not filter out 'hidden' items as identified by
* {@code org.apache.jackrabbit.oak.spi.state.NodeStateUtils#isHidden(String)}.
*
- * <h3>Equality and hash code</h3>
+ * <h2>Equality and hash code</h2>
* In contrast to {@link
org.apache.jackrabbit.oak.plugins.tree.impl.AbstractMutableTree}
* the {@code ImmutableTree} implements
* {@link Object#equals(Object)} and {@link Object#hashCode()}: Two {@code
ImmutableTree}s
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/AuthenticationConfigurationImpl.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/AuthenticationConfigurationImpl.java?rev=1858418&r1=1858417&r2=1858418&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/AuthenticationConfigurationImpl.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/AuthenticationConfigurationImpl.java
Tue Apr 30 09:49:02 2019
@@ -121,7 +121,7 @@ public class AuthenticationConfiguration
* related validation is omitted</li>
* </ul>
*
- * <h3>Configuration Options</h3>
+ * <h4>Configuration Options</h4>
* <ul>
* <li>{@link #PARAM_APP_NAME}: The appName passed to
* {@code Configuration#getAppConfigurationEntry(String)}. The default
Modified:
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/user/LoginModuleImpl.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/user/LoginModuleImpl.java?rev=1858418&r1=1858417&r2=1858418&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/user/LoginModuleImpl.java
(original)
+++
jackrabbit/oak/trunk/oak-core/src/main/java/org/apache/jackrabbit/oak/security/authentication/user/LoginModuleImpl.java
Tue Apr 30 09:49:02 2019
@@ -54,7 +54,7 @@ import org.slf4j.LoggerFactory;
* associated with user are retrieved from a configurable
* {@link org.apache.jackrabbit.oak.spi.security.principal.PrincipalProvider}.
*
- * <h3>Credentials</h3>
+ * <h2>Credentials</h2>
*
* The {@code Credentials} are collected during {@link #login()} using the
* following logic:
@@ -81,12 +81,12 @@ import org.slf4j.LoggerFactory;
* The {@link Credentials} obtained during the {@code #login()} are added to
* the shared state and - upon successful {@code #commit()} to the {@code
Subject}.
*
- * <h3>Principals</h3>
+ * <h2>Principals</h2>
* Upon successful login the principals associated with the user are calculated
* (see also {@link AbstractLoginModule#getPrincipals(String)}. These
principals
* are finally added to the subject during {@code #commit()}.
*
- * <h3>Impersonation</h3>
+ * <h2>Impersonation</h2>
* Impersonation such as defined by {@link
javax.jcr.Session#impersonate(javax.jcr.Credentials)}
* is covered by this login module by the means of {@link
ImpersonationCredentials}.
* Impersonation will succeed if the {@link
ImpersonationCredentials#getBaseCredentials() base credentials}