[ 
https://issues.apache.org/jira/browse/SLING-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antonio Sanso resolved SLING-5772.
----------------------------------
    Resolution: Fixed

fixed in http://svn.apache.org/viewvc?view=revision&revision=1747529

> Wrong Java Doc in Adaption.class for usage sample
> -------------------------------------------------
>
>                 Key: SLING-5772
>                 URL: https://issues.apache.org/jira/browse/SLING-5772
>             Project: Sling
>          Issue Type: Bug
>          Components: Extensions
>            Reporter: Antonio Sanso
>            Assignee: Antonio Sanso
>            Priority: Trivial
>
> The {{Adaption.class}} has a wrong javadoc
> {code}
>  * A usage sample is
>  * 
>  * 
> <code>@Reference(referenceInterface=Adaptation.class,target="(&(adaptable=com.myco.MyClass)(adaptable=org.apache.sling.api.Resource),
>  name = "ignore", strategy = ReferenceStrategy.LOOKUP)")</code>
>  *
>  */
> {code}
> should rather be
> {code}
>  * A usage sample is
> 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}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to