提交 39698fba 编写于 作者: Y You Yong

modify the cat version

上级 ff6f0f97
......@@ -4,7 +4,7 @@
<parent>
<groupId>com.dianping.cat</groupId>
<artifactId>parent</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cat-core</artifactId>
......
......@@ -23,10 +23,6 @@ public class SqlRecordTest {
@Test
public void testBlankReplace(){
SqlStatementKey key = new SqlStatementKey();
<<<<<<< HEAD
=======
String excepted ="";
>>>>>>> 9403be6e2abceeb07ae420e75eea33204d4ca53d
String str = "sdf 123 \nfddf 43 fd";
str = key.replaceBlank(str);
String temp =str.replaceAll("\\s", "*");
......
......@@ -18,7 +18,7 @@
<dependency>
<groupId>com.dianping.cat</groupId>
<artifactId>cat-core</artifactId>
<version>0.2.0</version>
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>com.dianping.cat</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册