--- old/src/java.desktop/share/classes/javax/swing/text/AbstractWriter.java 2015-09-18 13:06:03.197448141 -0700 +++ new/src/java.desktop/share/classes/javax/swing/text/AbstractWriter.java 2015-09-18 13:06:03.085448145 -0700 @@ -261,7 +261,7 @@ * @throws BadLocationException for an invalid location within * the document */ - abstract protected void write() throws IOException, BadLocationException; + protected abstract void write() throws IOException, BadLocationException; /** * Returns the text associated with the element.