A method or field that is to be hidden needs three things:
1) @treatAsPrivate javadoc comment
2) @deprecated javadoc comment
3) @Deprecated pragma on the method
The following impl_ methods are "leaking" into the public API as a result of a missing "@treatAsPrivate" javadoc tag:
impl_getScale() - Method in class javafx.scene.web.WebView
impl_setScale(double) - Method in class javafx.scene.web.WebView
1) @treatAsPrivate javadoc comment
2) @deprecated javadoc comment
3) @Deprecated pragma on the method
The following impl_ methods are "leaking" into the public API as a result of a missing "@treatAsPrivate" javadoc tag:
impl_getScale() - Method in class javafx.scene.web.WebView
impl_setScale(double) - Method in class javafx.scene.web.WebView