You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2021/01/07 13:33:53 UTC

[sling-org-apache-sling-testing-sling-mock] 01/02: fix javadoc error

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git

commit 82d6eb353ca9fb84c6d3500fded39cf9a094b55c
Author: Stefan Seifert <st...@users.noreply.github.com>
AuthorDate: Thu Jan 7 14:32:39 2021 +0100

    fix javadoc error
---
 .../java/org/apache/sling/testing/mock/sling/ResourceResolverType.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/sling/testing/mock/sling/ResourceResolverType.java b/core/src/main/java/org/apache/sling/testing/mock/sling/ResourceResolverType.java
index 70aae0f..11132c9 100644
--- a/core/src/main/java/org/apache/sling/testing/mock/sling/ResourceResolverType.java
+++ b/core/src/main/java/org/apache/sling/testing/mock/sling/ResourceResolverType.java
@@ -63,7 +63,7 @@ public enum ResourceResolverType {
      * implementation.</li>
      * <li>The JCR repository is started on first access, this may take some
      * seconds.</li>
-     * <li>The <tt>MemoryNodeStore</tt> implementation is used, with no 
+     * <li>The <code>MemoryNodeStore</code> implementation is used, with no 
      * customizations.</li>
      * </ul>
      */