Skip to content

Commit e6c2014

Browse files
committed
Removed unused BAD_DELETE_TEMP_CERT_FILE logging constant
Signed-off-by: David Matějček <[email protected]>
1 parent 5ff7c9f commit e6c2014

File tree

1 file changed

+0
-2
lines changed
  • nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt

1 file changed

+0
-2
lines changed

nucleus/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/SLogger.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ private SLogger() {
4343
// these messages are historical. We've transitioned to this latest Logging API
4444
@LogMessageInfo(message = "Caught an Exception: {0}", comment = "Unhandled Exception", cause = "see Exception message", action = "see Exception message", level = "SEVERE")
4545
public static final String UNHANDLED_EXCEPTION = "NCLS-SRVRMGMT-00000";
46-
@LogMessageInfo(message = "Error attemping to delete temporary certificate file: {0}", comment = "Delete error", cause = "see message", action = "delete the file manually", level = "WARNING")
47-
public static final String BAD_DELETE_TEMP_CERT_FILE = "NCLS-SRVRMGMT-00001";
4846
@LogMessageInfo(message = "Renaming {0} to {1}", comment = "No error",
4947
//cause = "No error",
5048
//action = "delete the file manually",

0 commit comments

Comments
 (0)