7032975: API files in javax.annotation.processing need to be updated for references to JLS

7032972: API files in javax.tools need to updated for references to JVM Spec with editions/hyperlinks
7032978: API files in javax.tools need to be updated for references to JLS with editions/hyperlinks

Removed URLs and 'edition' references

Reviewed-by: jjg, darcy
This commit is contained in:
Jim Holmlund 2011-04-13 11:35:43 -07:00
parent 02daeca60e
commit e9456bc9af
107 changed files with 184 additions and 171 deletions

View file

@ -37,7 +37,7 @@ import java.util.List;
* this . <em>typeArguments</em> <em>identifier</em> ( <em>arguments</em> )
* </pre>
*
* @see "The Java Language Specification, 3rd ed, section 15.12"
* @jls section 15.12
*
* @author Peter von der Ah&eacute;
* @author Jonathan Gibbons