< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/platform/PlatformProvider.java

Print this page

        

*** 42,52 **** * This code and its internal interfaces are subject to change or * deletion without notice.</b> */ public interface PlatformProvider extends Closeable { ! /**Name of the platform, will be used as the key for -platform. * * @return the platform key */ String getName(); --- 42,52 ---- * This code and its internal interfaces are subject to change or * deletion without notice.</b> */ public interface PlatformProvider extends Closeable { ! /**Name of the platform, will be used as the key for -release. * * @return the platform key */ String getName();
< prev index next >