[jboss-svn-commits] JBL Code SVN: r25909 - labs/jbossrules/trunk/drools-api/src/main/java/org/drools.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 2 00:32:49 EDT 2009


Author: mark.proctor at jboss.com
Date: 2009-04-02 00:32:49 -0400 (Thu, 02 Apr 2009)
New Revision: 25909

Modified:
   labs/jbossrules/trunk/drools-api/src/main/java/org/drools/ChangeSet.java
Log:
-some javadoc layout fixes.

Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/ChangeSet.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/ChangeSet.java	2009-04-02 02:05:14 UTC (rev 25908)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/ChangeSet.java	2009-04-02 04:32:49 UTC (rev 25909)
@@ -5,17 +5,24 @@
 import org.drools.io.Resource;
 
 /**
+ * <p>
  * This class is used to provide a ChangeSet info to a ResourceChangeNotifier. It should be used when you implement the ResourceChangeMonitor interface.
  * Each method provides a Collection of removed, added and modified resources, and determined by the monitor. Drools currently only provides the
  * ResourceChangeScanner, which scans the local disk for changes. 
+ * </p>
  * 
+ * <p>
  * This interface, as well as ResourceChangeMonitor, ResourceChangeNotifier, ResourceChangeScanner and ResourceChangeListener are still considered subject to change. 
  * Use the XML format change-set, as
  * part of the ResourceType api when adding to KnowledgeBuilder, which is considered stable. KnowledgeBuilder currently ignored Added/Modified xml elements,
  * the KnowledgeAgent will use them, when rebuilding the KnowledgeBase.
+ * </p>
  * 
+ * <p>
  * the xml format has a root level <change-set> element and then it can contain <add>, <modified>, <removed> elements - each one can only be used once.
  * add, modified, removed then contain a list of <resource> elements. Resources may take a configuration, currently only decision table resources use that.
+ * </p>
+ * 
  * <pre>
  * &lt;change-set xmlns='http://drools.org/drools-5.0/change-set'
  *             xmlns:xs='http://www.w3.org/2001/XMLSchema-instance'




More information about the jboss-svn-commits mailing list