[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1790) typo in documentation example

Libor Nenadál (JIRA) jira-events at lists.jboss.org
Wed Oct 1 08:14:21 EDT 2008


     [ https://jira.jboss.org/jira/browse/JBRULES-1790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Libor Nenadál updated JBRULES-1790:
-----------------------------------

    Description: 
In chapter 8.2.1. Building and Registering RuleExecutionSets; Example 8.2. Registering a LocalRuleExecutionSet with the RuleAdministration API is typo in variable type:

RuleAdministration ruleAdministrator
should be
RuleAdministrator ruleAdministrator

The same typo is in the Example 8.3. Specifying a DSL when registering a LocalRuleExecutionSet

In the example Example 8.4. Register the RuleExecutionSet is typo:

String uri = ruleExectionSet.getName();
should be
String uri = ruleExecutionSet.getName();



  was:
In chapter 8.2.1. Building and Registering RuleExecutionSets; Example 8.2. Registering a LocalRuleExecutionSet with the RuleAdministration API is typo in variable type:

RuleAdministration ruleAdministrator
should be
RuleAdministrator ruleAdministrator




> typo in documentation example
> -----------------------------
>
>                 Key: JBRULES-1790
>                 URL: https://jira.jboss.org/jira/browse/JBRULES-1790
>             Project: JBoss Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Documentation
>    Affects Versions: 4.0.7
>            Reporter: Libor Nenadál
>            Assignee: Mark Proctor
>            Priority: Trivial
>
> In chapter 8.2.1. Building and Registering RuleExecutionSets; Example 8.2. Registering a LocalRuleExecutionSet with the RuleAdministration API is typo in variable type:
> RuleAdministration ruleAdministrator
> should be
> RuleAdministrator ruleAdministrator
> The same typo is in the Example 8.3. Specifying a DSL when registering a LocalRuleExecutionSet
> In the example Example 8.4. Register the RuleExecutionSet is typo:
> String uri = ruleExectionSet.getName();
> should be
> String uri = ruleExecutionSet.getName();

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       




More information about the jboss-jira mailing list