Skip to content

Commit

Permalink
Rename flags
Browse files Browse the repository at this point in the history
  • Loading branch information
akang31 committed Jul 17, 2023
1 parent 9a555e6 commit 36f7465
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
public class ConcurrentCompositeConfiguration extends ConcurrentMapConfiguration
implements AggregatedConfiguration, ConfigurationListener, Cloneable {

private static final String ENABLE_STACK_TRACE = "archaiusenablestacktrace";
private static final String ENABLE_INSTRUMENTATION = "archaiusenableinstrumentation";
private static final String ENABLE_STACK_TRACE = "archaius_enable_stack_trace";
private static final String ENABLE_INSTRUMENTATION = "archaius_enable_instrumentation";
private final boolean enableStackTrace = Boolean.parseBoolean(System.getProperty(ENABLE_STACK_TRACE));
private final boolean enableInstrumentation = Boolean.parseBoolean(System.getProperty(ENABLE_INSTRUMENTATION));

Expand Down

0 comments on commit 36f7465

Please sign in to comment.