summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/cmscore/profile
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2012-05-23 13:46:25 -0400
committerAde Lee <alee@redhat.com>2012-05-24 23:09:24 -0400
commit2408bec41a56378fcf942a68a1ab290464c001d7 (patch)
treedb5b4ba123c2023c854882188851a42fd35348bf /base/common/src/com/netscape/cmscore/profile
parentbe23c86db27b7f66ca16a10ae3ef3f043d1d4b27 (diff)
downloadpki-2408bec41a56378fcf942a68a1ab290464c001d7.tar.gz
pki-2408bec41a56378fcf942a68a1ab290464c001d7.tar.xz
pki-2408bec41a56378fcf942a68a1ab290464c001d7.zip
Patch for fixes for Review Comments
Diffstat (limited to 'base/common/src/com/netscape/cmscore/profile')
-rw-r--r--base/common/src/com/netscape/cmscore/profile/ProfileSubsystem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/src/com/netscape/cmscore/profile/ProfileSubsystem.java b/base/common/src/com/netscape/cmscore/profile/ProfileSubsystem.java
index 1be949183..53d4fa14a 100644
--- a/base/common/src/com/netscape/cmscore/profile/ProfileSubsystem.java
+++ b/base/common/src/com/netscape/cmscore/profile/ProfileSubsystem.java
@@ -160,7 +160,7 @@ public class ProfileSubsystem implements IProfileSubsystem {
String element = tokenizer.nextToken();
if (!element.equals(id)) {
- list.append(element).append(",");
+ list.append(element + ",");
}
}
if (list.length() != 0)