Skip to content

Commit 0baf673

Browse files
committedNov 21, 2022
Removed deprecation warnings in unit tests.
1 parent 30c1fc2 commit 0baf673

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/.classpath
44
/.project
55
/.myeclipse
6+
/.factorypath

‎src/test/java/com/norconex/commons/lang/VersionUtilTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import org.junit.jupiter.api.Test;
2121

22-
@SuppressWarnings("removal")
22+
@Deprecated
2323
class VersionUtilTest {
2424

2525
@Test

0 commit comments

Comments
 (0)
Please sign in to comment.