History log of /openjdk10/langtools/test/tools/javac/warnings/NestedDeprecation/p/Dep1.java
Revision Date Author Comments
# 2736:82384454947c 24-Nov-2014 jlahoda

8032211: Don't issue deprecation warnings on import statements
6598104: javac should not warn about imports of deprecated classes
Summary: Suppressing the deprecation warnings when importing a deprecated element (deprecations in import qualifier will be produced).
Reviewed-by: darcy, jjg, mcimadamore