You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2009/04/07 17:18:02 UTC

svn commit: r762812 - /felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java

Author: cziegeler
Date: Tue Apr  7 15:18:01 2009
New Revision: 762812

URL: http://svn.apache.org/viewvc?rev=762812&view=rev
Log:
FELIX-1010 : Apply javadoc patch from Stefan Seifert.

Modified:
    felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java

Modified: felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java?rev=762812&r1=762811&r2=762812&view=diff
==============================================================================
--- felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java (original)
+++ felix/trunk/scrplugin-annotations/src/main/java/org/apache/felix/scrplugin/annotations/Component.java Tue Apr  7 15:18:01 2009
@@ -80,7 +80,7 @@
 
     /**
      * Whether Metatype Service data is generated or not. If this parameter is
-     * not set or set to true Metatype Service data is generated in the
+     * set to true Metatype Service data is generated in the
      * <code>metatype.xml</code> file for this component. Otherwise no Metatype
      * Service data is generated for this component.
      */