Improved javadoc
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1478334 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java b/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java
index 8ffc9de..c84885e 100644
--- a/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java
+++ b/ipojo/runtime/core/src/main/java/org/apache/felix/ipojo/Factory.java
@@ -107,7 +107,8 @@
/**
* 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.
*/