summaryrefslogtreecommitdiff
path: root/framework/qa
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa')
-rw-r--r--framework/qa/complex/path_substitution/PathSubstitutionTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/path_substitution/PathSubstitutionTest.java b/framework/qa/complex/path_substitution/PathSubstitutionTest.java
index 2c55aeae2cd4..9c8db83bda22 100644
--- a/framework/qa/complex/path_substitution/PathSubstitutionTest.java
+++ b/framework/qa/complex/path_substitution/PathSubstitutionTest.java
@@ -235,8 +235,8 @@ public class PathSubstitutionTest
boolean canResubst)
{
varName.add(var);
- this.substAtBegin.add(new Boolean(onlySubstAtBegin));
- this.resubst.add(new Boolean(canResubst));
+ this.substAtBegin.add(Boolean.valueOf(onlySubstAtBegin));
+ this.resubst.add(Boolean.valueOf(canResubst));
}
public void putValue(int i, String val)