package java_integration.fixtures;

public class ProtectedConstructor {
  protected ProtectedConstructor() {
  }
}