mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 08:13:43 +01:00
removed call to system.out
Former-commit-id: d770594c2689a5c2d424266860fe34d257fedd57
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