javadoc

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@957383 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
index df4fc3c..739be75 100644
--- a/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
+++ b/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
@@ -145,7 +145,7 @@
     /**
      * Returns the name of the <code>Factory Set</code> used to dynamically instantiate this Service.
      * When you set this attribute, a <code>java.util.Set&lt;java.lang.Dictionary&gt;</code> Service will 
-     * be provided with a <code>dm.factory.name</code> service property matching your specified <code>factory</code> attribute.
+     * be provided with a <code>dm.factory.name</code> service property matching your specified <code>factorySet</code> attribute.
      * This Set will be provided once the Service's bundle is started, even if required dependencies are not available, and the
      * Set will be unregistered from the OSGi registry once the Service's bundle is stopped or being updated.<p>
      * So, basically, another component may then be injected with this set in order to dynamically instantiate some Service instances: