Skip to content

Commit 7aa74a0

Browse files
committed
Sync with underscore-java.
1 parent c0dc471 commit 7aa74a0

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

src/main/java/com/github/underscore/Xml.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646
"java:S5852",
4747
"java:S5998",
4848
"java:S6019",
49-
"java:S6035"
49+
"java:S6035",
50+
"java:S6395"
5051
})
5152
public final class Xml {
5253
private Xml() {}

src/test/java/com/github/underscore/FunctionsTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,7 @@
4141

4242
import org.junit.jupiter.api.Test;
4343

44-
/**
45-
* Underscore library unit test.
46-
*
47-
* @author Valentyn Kolesnikov
48-
*/
44+
@SuppressWarnings("java:S2925")
4945
class FunctionsTest {
5046

5147
/*

0 commit comments

Comments
 (0)