fix typo in method name

pull/3/head
benas 12 years ago
parent ff5550a7dc
commit 6d15994390

@ -219,7 +219,7 @@ To make your rule manageable via JMX, you can extend this class and register it
```java ```java
RulesEngine rulesEngine = new DefaultRulesEngine(); RulesEngine rulesEngine = new DefaultRulesEngine();
rulesEngine.registerJmxManagedRules(myJmxManagedRule); rulesEngine.registerJmxManagedRule(myJmxManagedRule);
``` ```
By default, rule description and priority are exposed as JMX manageable attributes. If you need to expose more specific By default, rule description and priority are exposed as JMX manageable attributes. If you need to expose more specific

Loading…
Cancel
Save