Menu

[r487]: / trunk / php-java-bridge / tests.php5 / TestClass.java  Maximize  Restore  History

Download this file

5 lines (5 with data), 84 Bytes

1
2
3
4
5
public class TestClass {
public String getName() {
return "test clazz";
}
}