[jboss-svn-commits] JBL Code SVN: r24973 - labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jan 28 09:19:49 EST 2009
Author: mark.proctor at jboss.com
Date: 2009-01-28 09:19:49 -0500 (Wed, 28 Jan 2009)
New Revision: 24973
Modified:
labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java
Log:
-fixed javadocs
Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java 2009-01-28 13:38:12 UTC (rev 24972)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java 2009-01-28 14:19:49 UTC (rev 24973)
@@ -37,7 +37,7 @@
* // this cannot currently be set to false for incremental building
*
* KnowledgeAgent kagent = KnowledgeAgentFactory.newKnowledgeAgent( "test agent", // the name of the agent
- * kbase, // the rulebase to use, the Agent will also monitor any exist knowledge definitions
+ * kbase, // the KnowledgeBase to use, the Agent will also monitor any exist knowledge definitions
* aconf );
* kagent.applyChangeSet( ResourceFactory.newUrlResource( url ) ); // resource to the change-set xml for the resources to add
* </pre>
More information about the jboss-svn-commits
mailing list