Index: javax/swing/JTextArea.java =================================================================== RCS file: /cvsroot/classpath/classpath/javax/swing/JTextArea.java,v retrieving revision 1.9 diff -u -r1.9 JTextArea.java --- javax/swing/JTextArea.java 26 Feb 2005 20:34:27 -0000 1.9 +++ javax/swing/JTextArea.java 28 Apr 2005 05:45:29 -0000 @@ -474,8 +474,7 @@ } catch (BadLocationException e) { - // This cannot happen as we check offset above. - throw new Error("Please report a bug", e); + // This cannot happen as we check offset above. } } }