--- a/jdk/src/java.desktop/share/classes/javax/swing/text/html/FrameView.java Mon Dec 15 19:21:00 2014 +0300
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/html/FrameView.java Mon Dec 15 17:20:17 2014 -0800
@@ -218,6 +218,7 @@
* the scrolling attribute. If not defined, the default is "auto" which
* maps to the scrollbar's being displayed as needed.
*/
+ @SuppressWarnings("deprecation")
private void createScrollPane() {
AttributeSet attributes = getElement().getAttributes();
String scrolling = (String)attributes.getAttribute(HTML.Attribute.SCROLLING);