Skip to content

Commit 699cd89

Browse files
committed
Remove unused method
1 parent 672905c commit 699cd89

File tree

1 file changed

+0
-5
lines changed
  • mq/main/logger/src/main/java/com/sun/messaging/jmq/util/log

1 file changed

+0
-5
lines changed

mq/main/logger/src/main/java/com/sun/messaging/jmq/util/log/Logger.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,6 @@ public Logger(String logHome) {
131131
newLogger = java.util.logging.Logger.getLogger(LOGGERNAME);
132132
}
133133

134-
@SuppressWarnings("DefaultLocale")
135-
public void useMilliseconds() {
136-
df = new SimpleDateFormat("dd/MM/yyyy:HH:mm:ss:SS z");
137-
}
138-
139134
public int getLevel() {
140135
return level;
141136
}

0 commit comments

Comments
 (0)