aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr225916/TestMBean.java
blob: e75ad044225648687502bcc566e72b096a287604 (plain)
1
2
3
4
5
6
package test.jmx;

public interface TestMBean {

       String test();
}