package p1;

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