diff options
Diffstat (limited to 'libjava/classpath/javax/swing/JTextPane.java')
-rw-r--r-- | libjava/classpath/javax/swing/JTextPane.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/javax/swing/JTextPane.java b/libjava/classpath/javax/swing/JTextPane.java index 05968fc..4fef002 100644 --- a/libjava/classpath/javax/swing/JTextPane.java +++ b/libjava/classpath/javax/swing/JTextPane.java @@ -179,7 +179,7 @@ public class JTextPane catch (BadLocationException e) { throw new AssertionError - ("No BadLocationException should be thrown here"); + ("No BadLocationException should be thrown here"); } } @@ -326,7 +326,7 @@ public class JTextPane } else getStyledDocument().setCharacterAttributes(start, end - start, attribute, - replace); + replace); } /** |