package p.subPack;

public class PackEx {
	protected class OtherPackageProteced {
		public OtherPackageProteced(){}
	}
}
