jdk/src/java.desktop/share/classes/javax/swing/text/AbstractWriter.java
changeset 32865 f9cb6e427f9e
parent 30462 507bcb03c954
child 35689 fc4e2debc320
--- a/jdk/src/java.desktop/share/classes/javax/swing/text/AbstractWriter.java	Fri Sep 18 11:31:15 2015 -0700
+++ b/jdk/src/java.desktop/share/classes/javax/swing/text/AbstractWriter.java	Sat Sep 19 15:45:59 2015 -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.