You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/05/02 13:59:43 UTC

svn commit: r1478334 - /felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java

Author: clement
Date: Thu May  2 11:59:42 2013
New Revision: 1478334

URL: http://svn.apache.org/r1478334
Log:
Improved javadoc

Modified:
    felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java

Modified: felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java?rev=1478334&r1=1478333&r2=1478334&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java (original)
+++ felix/trunk/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java Thu May  2 11:59:42 2013
@@ -107,7 +107,8 @@ public interface Factory {
     /**
      * Reconfigures an instance already created. This configuration needs to
      * have the name property to identify the instance.
-     * @param conf the configuration to reconfigure the instance.
+     * @param conf the configuration to reconfigure the instance. The instance.name property must be set to identify
+     *             the instance to reconfigure.
      * @throws UnacceptableConfiguration  if the given configuration is not consistent for the targeted instance.
      * @throws MissingHandlerException if an handler is missing.
      */