Skip to content

Commit

Permalink
#32 : Fixed checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gazbert committed Apr 3, 2020
1 parent a9ed3f7 commit e50c3c1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@
*/
@RunWith(PowerMockRunner.class)
@PowerMockIgnore({
"javax.crypto.*",
"javax.management.*",
"com.sun.org.apache.xerces.*",
"javax.xml.parsers.*",
"org.xml.sax.*",
"org.w3c.dom.*"
"javax.crypto.*",
"javax.management.*",
"com.sun.org.apache.xerces.*",
"javax.xml.parsers.*",
"org.xml.sax.*",
"org.w3c.dom.*"
})
@PrepareForTest(OkCoinExchangeAdapter.class)
@Deprecated(forRemoval = true)
Expand Down

0 comments on commit e50c3c1

Please sign in to comment.