blob: c2b43b598a03ec40eef8d3de2bdb32cf6d90e06b [file] [log] [blame]
package tests.api.java.util.support;
public class A implements I {
private static P pp = new P();
public A() {
pp.setClazz(getClass());
}
public String find(String key) {
return pp.findProp(key);
}
}