blob: a00a46b2b3b1eac42e0f2eee569ffb91e640ea02 [file] [log] [blame]
package testPkg2;
public abstract class TestProject2Class2 {
public TestProject2Class2(){
}
protected abstract void doAnything();
}