Skip to content

Commit a643fc4

Browse files
committed
[refactor] Use better value for False.
1 parent 05f8946 commit a643fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exist-core/src/test/java/org/exist/deadlocks/GetReleaseBrokerDeadlocks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void testingGetReleaseCycle() {
103103
boolean debug = false;
104104
try {
105105
Configuration config = new Configuration();
106-
config.setProperty(FunctionFactory.PROPERTY_DISABLE_DEPRECATED_FUNCTIONS, new Boolean(false));
106+
config.setProperty(FunctionFactory.PROPERTY_DISABLE_DEPRECATED_FUNCTIONS, Boolean.FALSE);
107107
BrokerPool.configure(1, 5, config);
108108

109109
Database db = BrokerPool.getInstance();

0 commit comments

Comments
 (0)