package p1;

// public class, protected method
public class PackageProtectedJava {
	static final int protectedMethod() { return 1; }
}
