Skip to content

Commit 222c086

Browse files
committed
fix spotbugs (#44)
1 parent 76bbc37 commit 222c086

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/test/java/com/imsweb/x12/reader/X12ReaderTest.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,14 +1524,6 @@ public void test271() throws Exception {
15241524
Loop loop = reader.getLoops().get(0);
15251525
assertEquals(1, loop.getLoops().size());
15261526

1527-
loop.getLoop("GS_LOOP").getLoop("ST_LOOP").getLoop("DETAIL")
1528-
.getLoop("2000A")
1529-
.getLoop("2000B")
1530-
.getLoop("2000C")
1531-
.getLoop("2100C")
1532-
.getLoop("2110C")
1533-
.getLoop("2120C");
1534-
15351527
Element statusCodeElement = loop.getLoop("GS_LOOP").getLoop("ST_LOOP").getLoop("DETAIL")
15361528
.getLoop("2000A")
15371529
.getLoop("2000B")

0 commit comments

Comments
 (0)