< prev index next >

langtools/test/tools/javac/diags/examples/RemovalPluralAdditional/RemovalPluralAdditional.java

Print this page

        

*** 19,30 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! // key: compiler.note.deprecated.plural.additional ! // key: compiler.warn.has.been.deprecated // options: -Xlint:deprecation -Xmaxwarns 1 ! class DeprecatedPluralAdditional { ! DeprecatedClass d; } --- 19,30 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! // key: compiler.note.removal.plural.additional ! // key: compiler.warn.has.been.deprecated.for.removal // options: -Xlint:deprecation -Xmaxwarns 1 ! class RemovalPluralAdditional { ! RemovalClass d; }
< prev index next >