修复一个中文描述。
This commit is contained in:
parent
ee70f1f5f6
commit
571cde099c
|
|
@ -4,7 +4,7 @@
|
|||
.mtj.tmp/
|
||||
|
||||
# Package Files
|
||||
#*.jar
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ public class AlarmMessageProcessor {
|
|||
+ (exceptionAlarmSize > 0 ? exceptionAlarmSize
|
||||
+ " tid of system exceptions, " : "");
|
||||
if (count > exceptionAlarmSize) {
|
||||
title += (count - exceptionAlarmSize) + " tid of warings, ";
|
||||
title += (count - exceptionAlarmSize) + " tid of warnings, ";
|
||||
}
|
||||
title += "between "
|
||||
+ new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(new Date(
|
||||
|
|
|
|||
Loading…
Reference in New Issue