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