[122098] Correct javadoc on module state
diff --git a/plugins/org.eclipse.wst.server.core/servercore/org/eclipse/wst/server/core/model/ServerBehaviourDelegate.java b/plugins/org.eclipse.wst.server.core/servercore/org/eclipse/wst/server/core/model/ServerBehaviourDelegate.java
index af7ba25..1b6f1cd 100644
--- a/plugins/org.eclipse.wst.server.core/servercore/org/eclipse/wst/server/core/model/ServerBehaviourDelegate.java
+++ b/plugins/org.eclipse.wst.server.core/servercore/org/eclipse/wst/server/core/model/ServerBehaviourDelegate.java
@@ -281,6 +281,10 @@
 	 * deleted and does not exist anymore. In this case, a dummy module (with the
 	 * correct id) will be passed to this method.
 	 * </p>
+	 * <p>
+	 * It is recommended that clients implementing this method be responsible for
+	 * setting the module state.
+	 * </p>
 	 * 
 	 * @param kind one of the IServer.PUBLISH_XX constants. Valid values are:
 	 *    <ul>