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 2013/07/23 08:09:00 UTC

svn commit: r1505904 - /sling/site/trunk/content/documentation/bundles/discovery-api-and-impl.mdtext

Author: cziegeler
Date: Tue Jul 23 06:09:00 2013
New Revision: 1505904

URL: http://svn.apache.org/r1505904
Log:
Correct annotations

Modified:
    sling/site/trunk/content/documentation/bundles/discovery-api-and-impl.mdtext

Modified: sling/site/trunk/content/documentation/bundles/discovery-api-and-impl.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/discovery-api-and-impl.mdtext?rev=1505904&r1=1505903&r2=1505904&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/bundles/discovery-api-and-impl.mdtext (original)
+++ sling/site/trunk/content/documentation/bundles/discovery-api-and-impl.mdtext Tue Jul 23 06:09:00 2013
@@ -84,8 +84,8 @@ The following is an example of a `Proper
 
 	@Component
 	@Service(value = { PropertyProvider.class })
-	@Properties({ @Property(name = PropertyProvider.PROPERTY_PROPERTIES, value = {
-	        "sample.value1", "sample.value2" }) })
+	@Property(name = PropertyProvider.PROPERTY_PROPERTIES, 
+	          value = {"sample.value1", "sample.value2" })
 	public class SamplePropertyProvider implements PropertyProvider {
 	
 		public String getProperty(final String name) {