Skip to content

Commit

Permalink
removed println of jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurdt committed Oct 16, 2020
1 parent 8975f6b commit dcaa62e
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -62,8 +62,6 @@ public void testShouldFindDependenciesOfClassObject() throws Exception {

final int jdk = getJavaVersion();

System.out.println(jdk);

if (jdk >= 9) {
expectedDependencies.add("java.lang.Deprecated");
}
Expand Down

0 comments on commit dcaa62e

Please sign in to comment.