codacy recommended updates

This commit is contained in:
Jeremy Long
2017-02-17 14:20:43 -05:00
parent 36945fb84d
commit c9e8e6cf0e
17 changed files with 102 additions and 116 deletions

View File

@@ -17,10 +17,6 @@
*/
package org.owasp.dependencycheck;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Assert.*;
@@ -29,26 +25,6 @@ import static org.junit.Assert.*;
* @author jeremy
*/
public class AppTest {
public AppTest() {
}
@BeforeClass
public static void setUpClass() {
}
@AfterClass
public static void tearDownClass() {
}
@Before
public void setUp() {
}
@After
public void tearDown() {
}
/**
* Test of ensureCanonicalPath method, of class App.
*/