summaryrefslogtreecommitdiffstats
path: root/pki/base/common/src/com/netscape/cmscore/util
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/src/com/netscape/cmscore/util')
-rw-r--r--pki/base/common/src/com/netscape/cmscore/util/ProfileSubsystem.java3
-rw-r--r--pki/base/common/src/com/netscape/cmscore/util/StatsSubsystem.java3
-rw-r--r--pki/base/common/src/com/netscape/cmscore/util/UtilResources.java3
3 files changed, 6 insertions, 3 deletions
diff --git a/pki/base/common/src/com/netscape/cmscore/util/ProfileSubsystem.java b/pki/base/common/src/com/netscape/cmscore/util/ProfileSubsystem.java
index 614cc5249..3ee2d3ab4 100644
--- a/pki/base/common/src/com/netscape/cmscore/util/ProfileSubsystem.java
+++ b/pki/base/common/src/com/netscape/cmscore/util/ProfileSubsystem.java
@@ -87,7 +87,8 @@ public class ProfileSubsystem extends Frame implements ISubsystem, Runnable {
* subsystem specified in the configuration
* store.
* <P>
- * Note that individual subsystem should be initialized in a separated thread if it has dependency on the initialization of other subsystems.
+ * Note that individual subsystem should be initialized in a separated thread if it has dependency on the
+ * initialization of other subsystems.
* <P>
*
* @param owner owner of this subsystem
diff --git a/pki/base/common/src/com/netscape/cmscore/util/StatsSubsystem.java b/pki/base/common/src/com/netscape/cmscore/util/StatsSubsystem.java
index aabd8172b..57eb53f2e 100644
--- a/pki/base/common/src/com/netscape/cmscore/util/StatsSubsystem.java
+++ b/pki/base/common/src/com/netscape/cmscore/util/StatsSubsystem.java
@@ -69,7 +69,8 @@ public class StatsSubsystem implements IStatsSubsystem {
* subsystem specified in the configuration
* store.
* <P>
- * Note that individual subsystem should be initialized in a separated thread if it has dependency on the initialization of other subsystems.
+ * Note that individual subsystem should be initialized in a separated thread if it has dependency on the
+ * initialization of other subsystems.
* <P>
*
* @param owner owner of this subsystem
diff --git a/pki/base/common/src/com/netscape/cmscore/util/UtilResources.java b/pki/base/common/src/com/netscape/cmscore/util/UtilResources.java
index 57803c9e5..e8f4d8478 100644
--- a/pki/base/common/src/com/netscape/cmscore/util/UtilResources.java
+++ b/pki/base/common/src/com/netscape/cmscore/util/UtilResources.java
@@ -60,7 +60,8 @@ public class UtilResources extends ListResourceBundle {
{ NO_SUCH_FILE_1, "can''t find file {0}" },
{ FILE_TRUNCATED, "Log file has been truncated." },
{ DIGEST_MATCH_1, "Hash digest matches log file. {0} OK" },
- { DIGEST_DONT_MATCH_1,
+ {
+ DIGEST_DONT_MATCH_1,
"Hash digest does NOT match log file. {0} and/or hash file is corrupt or the password is incorrect." },
{ EXCEPTION_1, "Caught unexpected exception {0}" },
{ LOG_PASSWORD, "Please enter the log file hash digest password: " },