Skip to content

Commit

Permalink
Make constant public for log4j-server module.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 5, 2018
1 parent 334712e commit 615fc0f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ public class JmsAppender extends AbstractAppender {

public static class Builder implements org.apache.logging.log4j.core.util.Builder<JmsAppender> {

private static final int DEFAULT_RECONNECT_INTERVAL_MILLIS = 5000;
public static final int DEFAULT_RECONNECT_INTERVAL_MILLIS = 5000;

@PluginBuilderAttribute
@Required(message = "A name for the JmsAppender must be specified")
Expand Down

0 comments on commit 615fc0f

Please sign in to comment.