Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
@ConfigurableValue(key = "ohf.asynch.countPartlyFailsBeforeFailed")
private ConfigurationItem<Integer> countPartlyFailsBeforeFailed;

@ConfigurableValue(key = "ohf.contextCallserver.localhostUri")
private ConfigurationItem<String> localhostUri;

...