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

[sling-org-apache-sling-adapter] branch master updated: Fix javadoc error

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2559229  Fix javadoc error
2559229 is described below

commit 2559229fc9efc9bfaf38f0385d9def5e8b06a2ea
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Oct 28 09:52:32 2021 +0200

    Fix javadoc error
---
 src/main/java/org/apache/sling/adapter/Adaption.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/adapter/Adaption.java b/src/main/java/org/apache/sling/adapter/Adaption.java
index 3f9c0d3..8890e14 100644
--- a/src/main/java/org/apache/sling/adapter/Adaption.java
+++ b/src/main/java/org/apache/sling/adapter/Adaption.java
@@ -29,7 +29,7 @@ package org.apache.sling.adapter;
  * <p>
  * A usage sample is
  * 
- * <code>@Reference(referenceInterface=Adaption.class,target="(&(adaptables=com.myco.MyClass)(adapters=org.apache.sling.api.Resource))", name = "ignore", strategy = ReferenceStrategy.LOOKUP)</code>
+ * <code>@Reference(referenceInterface=Adaption.class,target="(&amp;(adaptables=com.myco.MyClass)(adapters=org.apache.sling.api.Resource))", name = "ignore", strategy = ReferenceStrategy.LOOKUP)</code>
  *
  */
 public interface Adaption {