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