Author: cziegeler
Date: Thu Jul 7 07:15:29 2016
New Revision: 1751751
URL: http://svn.apache.org/viewvc?rev=1751751&view=rev
Log:
javadoc: replace @value with @link
Modified:
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceProviderFactory.java
Modified:
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceProviderFactory.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceProviderFactory.java?rev=1751751&r1=1751750&r2=1751751&view=diff
==============================================================================
---
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceProviderFactory.java
(original)
+++
sling/trunk/bundles/api/src/main/java/org/apache/sling/api/resource/ResourceProviderFactory.java
Thu Jul 7 07:15:29 2016
@@ -81,11 +81,11 @@ public interface ResourceProviderFactory
* <code>ResourceProvider</code> returned will generally not be
* authenticated and only provide minimal privileges, if any at all.
* <p>
- * Implementations must ignore the {@value ResourceResolverFactory#USER}
+ * Implementations must ignore the {@link ResourceResolverFactory#USER}
* property the {@link #SERVICE_BUNDLE} property is provided to implement
* service authentication.
* <p>
- * The {@value ResourceResolverFactory#USER_IMPERSONATION} property is
+ * The {@link ResourceResolverFactory#USER_IMPERSONATION} property is
* obeyed but requires that the actual user has permission to impersonate
as
* the requested user. If such permission is missing, a
* {@code LoginException} is thrown.