提交 99d25290 编写于 作者: A ascrutae

Merge remote-tracking branch 'origin/master'

......@@ -4,6 +4,7 @@ install:
- mvn install:install-file -Dfile=jmxtools-1.2.1.jar -DgroupId=com.sun.jdmk -DartifactId=jmxtools -Dversion=1.2.1 -Dpackaging=jar
- mvn install:install-file -Dfile=jmxri-1.2.1.jar -DgroupId=com.sun.jmx -DartifactId=jmxri -Dversion=1.2.1 -Dpackaging=jar
- mvn install:install-file -Dfile=dubbox-2.8.4.jar -DgroupId=com.alibaba -DartifactId=dubbox -Dversion=2.8.4 -Dpackaging=jar
- mvn install:install-file -Dfile=ojdbc14-10.2.0.4.0.jar -DgroupId=com.oracle -DartifactId=ojdbc14 -Dversion=10.2.0.4.0 -Dpackaging=jar
- cd ..
script:
......
......@@ -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(
......
......@@ -4,7 +4,7 @@ public class Constants {
/**
* 务必严格保持两位的version
*/
public static String SDK_VERSION = "1.0-Final";
public static String SDK_VERSION = "1.0Final";
public static final String HEALTH_DATA_SPILT_PATTERN = "^~";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册