package java_integration.fixtures;

public class ProtectedField {
  protected String strField = "1765";
}
