[jboss-svn-commits] JBL Code SVN: r25999 - labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Apr 10 11:58:26 EDT 2009
Author: mark.proctor at jboss.com
Date: 2009-04-10 11:58:26 -0400 (Fri, 10 Apr 2009)
New Revision: 25999
Modified:
labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelper.java
Log:
-javadocs fix
Modified: labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelper.java
===================================================================
--- labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelper.java 2009-04-10 15:29:49 UTC (rev 25998)
+++ labs/jbossrules/trunk/drools-api/src/main/java/org/drools/runtime/help/BatchExecutionHelper.java 2009-04-10 15:58:26 UTC (rev 25999)
@@ -113,7 +113,7 @@
* <p>
* While the 'out' attribute is useful in returning specific instances as a result payload, we often wish to run actual querries. Both parameter
* and parameterless querries are supported. The 'name' attribute is the name of the query to be called, and the 'out-identifier' is the identifier
- * to be used for the query results in the <batch-execution-results&g; payload.
+ * to be used for the query results in the <batch-execution-results> payload.
* </p>
* <pre>
* <batch-execution>
More information about the jboss-svn-commits
mailing list