summaryrefslogtreecommitdiffstats
path: root/tests/bugs160/pr225916/Test.java
blob: f736ece954e6666d725e891d032e667b37914a28 (plain)
1
2
3
4
5
6
7
8
package test.jmx;

public class Test implements TestMBean {

       public String test() {
               return "test";
       }
}