< prev index next >

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

Print this page

        

@@ -42,11 +42,11 @@
  *  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.
+    /**Name of the platform, will be used as the key for -release.
      *
      * @return the platform key
      */
     String getName();
 
< prev index next >