protected void initializeInternal()

in src/main/java/com/google/recaptcha/pld/pld/services/RecaptchaContext.java [66:69]


  protected void initializeInternal() throws IllegalArgumentException, IOException {
    loadConfig();
    initializeClient();
  }