You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/11/26 09:32:53 UTC

svn commit: r1771447 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java

Author: kwin
Date: Sat Nov 26 09:32:53 2016
New Revision: 1771447

URL: http://svn.apache.org/viewvc?rev=1771447&view=rev
Log:
SLING-6249 fix links in javadoc

Modified:
    sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java?rev=1771447&r1=1771446&r2=1771447&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/api/servlets/ServletResolverConstants.java Sat Nov 26 09:32:53 2016
@@ -33,7 +33,7 @@ public final class ServletResolverConsta
      * a service providing the absolute paths under which the servlet is
      * accessible as a resource (value is "sling.servlet.paths").
      * A relative path is made absolute by prefixing it with the value set through the 
-     * {#link SLING_SERVLET_PREFIX} property. 
+     * {@link #SLING_SERVLET_PREFIX} property. 
      * <p>
      * The type of this property is a String or String[] (array of strings)
      * denoting the path(s) under which the servlet is registered in the
@@ -52,7 +52,7 @@ public final class ServletResolverConsta
      * a service containing the resource type(s) supported by the servlet (value
      * is "sling.servlet.resourceTypes").
      * A relative resource type is made absolute by prefixing it with the value set through the 
-     * {#link SLING_SERVLET_PREFIX} property. 
+     * {@link #SLING_SERVLET_PREFIX} property. 
      * <p>
      * The type of this property is a String or String[] (array of strings)
      * denoting the resource types.