<Sound Dev> RFR: 8189198: Add "forRemoval = true" to Applet API deprecations
    Kevin Rushforth 
    kcr at openjdk.java.net
       
    Thu Mar 25 20:19:27 UTC 2021
    
    
  
On Wed, 10 Mar 2021 18:33:37 GMT, Andy Herrick <herrick at openjdk.org> wrote:
> implementation of
> JDK-8256145: JEP 398: Deprecate the Applet API for Removal
src/java.desktop/share/classes/java/applet/package-info.java line 39:
> 37:  * applet development environment.
> 38:  * <p>
> 39:  * @deprecated.  This package has been deprecated and may be removed in
Package declarations cannot have `@deprecated` tags, so `make docs` fails with this change. Also, since there is a tag here, the previous `<p>` is now empty and causes a warning. Both problems will be fixed by removing the `@deprecated` tag, while leaving the added text.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2920
    
    
More information about the sound-dev
mailing list