Skip to content

Commit

Permalink
fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti committed Dec 21, 2022
1 parent 1d2a638 commit 40f727f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
@PowerMockIgnore({"com.sun.org.apache.xerces.*", "javax.xml.*", "org.xml.*", "javax.management.*"})
public class UnitMasterManagementTest {

@SuppressWarnings("checkstyle:naming")
@Test(expected = AdapterException.class)
public void URLisNull() throws AdapterException {
UnitMasterManagement unitMasterManagement = new UnitMasterManagement();
Expand Down

0 comments on commit 40f727f

Please sign in to comment.