[jboss-svn-commits] JBL Code SVN: r25398 - 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
Mon Feb 23 17:57:12 EST 2009
Author: michael.neale at jboss.com
Date: 2009-02-23 17:57:12 -0500 (Mon, 23 Feb 2009)
New Revision: 25398
Modified:
labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java
Log:
javadoc typo (good idea to read them from time to time)
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-02-23 21:20:27 UTC (rev 25397)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/agent/KnowledgeAgentFactory.java 2009-02-23 22:57:12 UTC (rev 25398)
@@ -15,7 +15,7 @@
* versions.
* </p>
* <p>
- * The Follow example constructs an agent that will build a new KnowledgeBase from the files specified in the path String.
+ * The Following example constructs an agent that will build a new KnowledgeBase from the files specified in the path String.
* It will poll those files every 30 seconds to see if they are updated. If new files are found it will construct a new
* KnowledgeBase, instead of updating the existing one, due to the "newInstance" set to "true" (however currently only the value of
* "true" is supported and is hard coded into the engine):
More information about the jboss-svn-commits
mailing list