You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/04/13 15:31:16 UTC

svn commit: r1738940 - /sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java

Author: olli
Date: Wed Apr 13 13:31:16 2016
New Revision: 1738940

URL: http://svn.apache.org/viewvc?rev=1738940&view=rev
Log:
fix javadoc

Modified:
    sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java

Modified: sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java?rev=1738940&r1=1738939&r2=1738940&view=diff
==============================================================================
--- sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java (original)
+++ sling/trunk/bundles/api/src/main/java/org/apache/sling/spi/resource/provider/ResourceProvider.java Wed Apr 13 13:31:16 2016
@@ -61,7 +61,7 @@ import aQute.bnd.annotation.ConsumerType
  * {@link #stop()} method is called. Whenever
  * information concerning the provider is changed while the provider
  * is used, the {@link #update()} method is called. The provider context
- * instance which is passed to the {@link #start(ProviderContext} method
+ * instance which is passed to the {@link #start(ProviderContext)} method
  * contains the updated state.
  * <p>
  * Some resource providers might require (user) authentication. For example