mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
removed call to system.out
Former-commit-id: a0cdcc8b975657c06606c9a2467a4c732fee82e5
This commit is contained in:
@@ -109,7 +109,6 @@ public class DependencyVersionTest {
|
||||
*/
|
||||
@Test
|
||||
public void testHashCode() {
|
||||
System.out.println("hashCode");
|
||||
DependencyVersion instance = new DependencyVersion("3.2.1");
|
||||
int expResult = 80756;
|
||||
int result = instance.hashCode();
|
||||
|
||||
Reference in New Issue
Block a user