This is an automated email from the ASF dual-hosted git repository. baedke pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push: new 46847ab85b OAK-10759: JavaDoc of o.a.j.o.namepath.PathMapper is inaccurate (#1412) 46847ab85b is described below commit 46847ab85bc543699ef704d24086a08c3f76bf48 Author: mbaedke <manfred.bae...@gmail.com> AuthorDate: Fri Oct 4 12:37:40 2024 +0200 OAK-10759: JavaDoc of o.a.j.o.namepath.PathMapper is inaccurate (#1412) Fixed --- .../src/main/java/org/apache/jackrabbit/oak/namepath/PathMapper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/namepath/PathMapper.java b/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/namepath/PathMapper.java index 57faac0180..d99cdb41b2 100644 --- a/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/namepath/PathMapper.java +++ b/oak-core-spi/src/main/java/org/apache/jackrabbit/oak/namepath/PathMapper.java @@ -24,8 +24,8 @@ import org.osgi.annotation.versioning.ProviderType; * {@code PathMapper} instances provide methods for mapping paths from their JCR * string representation to their Oak representation and vice versa. * - * The Oak representation of a path consists of a forward slash followed by the - * names of the respective items in the {@link org.apache.jackrabbit.oak.api.Tree} + * The Oak representation of a path consists of an optional forward slash followed by + * the names of the respective items in the {@link org.apache.jackrabbit.oak.api.Tree} * separated by forward slashes. */ @ProviderType