This commit is contained in:
Sam Brannen 2018-08-08 13:25:14 +02:00
parent 7b608ab995
commit 52f6dcf525
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ public abstract class AbstractReflectiveMBeanInfoAssembler extends AbstractMBean
/**
* Iterate through all methods on the MBean class and gives subclasses the chance
* to vote on their inclusion. If a particular method corresponds to the accessor
* or mutator of an attribute that is inclued in the management interface, then
* or mutator of an attribute that is included in the management interface, then
* the corresponding operation is exposed with the "role" descriptor
* field set to the appropriate value.
* @param managedBean the bean instance (might be an AOP proxy)