Skip to content

Commit

Permalink
Refactoring: Interface JMXBean extends Accessible because if makes no…
Browse files Browse the repository at this point in the history
… sense to provide a non-accessible config as mbean
  • Loading branch information
robinmeiss authored and Luigi R. Viggiano committed Nov 27, 2014
1 parent 813df84 commit da0abcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owner/src/main/java/org/aeonbits/owner/JMXBean.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import javax.management.MBeanInfo;
import javax.management.ReflectionException;

public interface JMXBean extends Config, DynamicMBean {
public interface JMXBean extends Accessible, DynamicMBean {

public Object getAttribute(String attribute) throws AttributeNotFoundException, MBeanException,
ReflectionException;
Expand Down

0 comments on commit da0abcc

Please sign in to comment.