summaryrefslogtreecommitdiffstats
path: root/base/silent/src/com/netscape/pkisilent/common/CMSProperties.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/silent/src/com/netscape/pkisilent/common/CMSProperties.java')
-rw-r--r--base/silent/src/com/netscape/pkisilent/common/CMSProperties.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/silent/src/com/netscape/pkisilent/common/CMSProperties.java b/base/silent/src/com/netscape/pkisilent/common/CMSProperties.java
index 241d13f06..16f18500c 100644
--- a/base/silent/src/com/netscape/pkisilent/common/CMSProperties.java
+++ b/base/silent/src/com/netscape/pkisilent/common/CMSProperties.java
@@ -215,7 +215,7 @@ class CMSProperties extends Hashtable<String, String> {
String nextLine = in.readLine();
if (nextLine == null) {
- nextLine = new String("");
+ nextLine = "";
}
String loppedLine = line.substring(0, line.length() - 1);
// Advance beyond whitespace on new line
@@ -229,7 +229,7 @@ class CMSProperties extends Hashtable<String, String> {
}
nextLine = nextLine.substring(startIndex,
nextLine.length());
- line = new String(loppedLine + nextLine);
+ line = loppedLine + nextLine;
}
// Find start of key