Skip to content

Commit 89a45b6

Browse files
author
chengyitian
committed
AJ-423、AJ-424: optimize some code logic; update junit from 4.12 to 4.13.2;
1 parent 40beab4 commit 89a45b6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>junit</groupId>
3939
<artifactId>junit</artifactId>
40-
<version>4.12</version>
40+
<version>4.13.2</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>

src/com/xxdb/data/BasicDecimal32.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import com.fasterxml.jackson.annotation.JsonIgnore;
44
import com.xxdb.io.ExtendedDataInput;
55
import com.xxdb.io.ExtendedDataOutput;
6-
76
import java.io.IOException;
87
import java.math.BigDecimal;
98
import java.time.temporal.Temporal;

0 commit comments

Comments
 (0)