Author: pderop
Date: Wed Jun 23 22:29:04 2010
New Revision: 957383
URL: http://svn.apache.org/viewvc?rev=957383&view=rev
Log:
javadoc
Modified:
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
Modified:
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
URL:
http://svn.apache.org/viewvc/felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java?rev=957383&r1=957382&r2=957383&view=diff
==============================================================================
---
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
(original)
+++
felix/trunk/dependencymanager/annotation/src/main/java/org/apache/felix/dm/annotation/api/Service.java
Wed Jun 23 22:29:04 2010
@@ -145,7 +145,7 @@ public @interface Service
/**
* 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<java.lang.Dictionary></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: