src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

changeset 3389
e2abef6f10b9
parent 3368
f206126308bc
child 3446
e468915bad3a
equal deleted inserted replaced
3388:e4d2d5a018e3 3389:e2abef6f10b9
97 JDK internal APIs are unsupported and private to JDK implementation that are\n\ 97 JDK internal APIs are unsupported and private to JDK implementation that are\n\
98 subject to be removed or changed incompatibly and could break your application.\n\ 98 subject to be removed or changed incompatibly and could break your application.\n\
99 Please modify your code to eliminate dependency on any JDK internal APIs.\n\ 99 Please modify your code to eliminate dependency on any JDK internal APIs.\n\
100 For the most recent update on JDK internal API replacements, please check:\n\ 100 For the most recent update on JDK internal API replacements, please check:\n\
101 {0} 101 {0}
102 warn.mrjar.usejdk9=\
103 {0} is a multi-release jar file.\n\
104 All versioned entries are analyzed. To analyze the entries for a specific\n\
105 version, use a newer version of jdeps (JDK 9 or later) \"--multi-release\" option.
102 106
103 artifact.not.found=not found 107 artifact.not.found=not found
104 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool 108 jdeps.wiki.url=https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool

mercurial