< prev index next >

src/jdk.compiler/share/classes/com/sun/source/util/JavacTask.java

Print this page

        

@@ -158,11 +158,11 @@
      */
     public void setParameterNameProvider(ParameterNameProvider provider) {}
 
     /**
      * Returns a type mirror of the tree node determined by the specified path.
-     * This method has been superceded by methods on
+     * This method has been superseded by methods on
      * {@link com.sun.source.util.Trees Trees}.
      *
      * @param path the path
      * @return the type mirror
      * @see com.sun.source.util.Trees#getTypeMirror
< prev index next >