minor update of annotations

Former-commit-id: 3da61d0897097921a7b82f9d48fab228adeacc7d
This commit is contained in:
Jeremy Long
2013-08-24 19:57:55 -04:00
parent 3074a2bfc8
commit 4e8e94cc94

View File

@@ -40,7 +40,6 @@ import org.owasp.dependencycheck.analyzer.FileNameAnalyzer;
import org.owasp.dependencycheck.analyzer.HintAnalyzer;
import org.owasp.dependencycheck.data.cpe.BaseIndexTestCase;
import org.owasp.dependencycheck.data.cpe.IndexEntry;
import static org.owasp.dependencycheck.data.cpe.BaseIndexTestCase.ensureIndexExists;
import org.owasp.dependencycheck.dependency.Identifier;
/**
@@ -58,11 +57,13 @@ public class CPEAnalyzerTest extends BaseIndexTestCase {
}
@Before
@Override
public void setUp() throws Exception {
super.setUp();
}
@After
@Override
public void tearDown() throws Exception {
super.tearDown();
}