Skip to content

Commit e50c3c1

Browse files
committed
#32 : Fixed checkstyle issue
1 parent a9ed3f7 commit e50c3c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

bxbot-exchanges/src/test/java/com/gazbert/bxbot/exchanges/TestOkcoinExchangeAdapter.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@
7373
*/
7474
@RunWith(PowerMockRunner.class)
7575
@PowerMockIgnore({
76-
"javax.crypto.*",
77-
"javax.management.*",
78-
"com.sun.org.apache.xerces.*",
79-
"javax.xml.parsers.*",
80-
"org.xml.sax.*",
81-
"org.w3c.dom.*"
76+
"javax.crypto.*",
77+
"javax.management.*",
78+
"com.sun.org.apache.xerces.*",
79+
"javax.xml.parsers.*",
80+
"org.xml.sax.*",
81+
"org.w3c.dom.*"
8282
})
8383
@PrepareForTest(OkCoinExchangeAdapter.class)
8484
@Deprecated(forRemoval = true)

0 commit comments

Comments
 (0)