CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Roman Kennke <[EMAIL PROTECTED]> 05/08/12 15:33:06
Modified files: javax/swing/text: GapContent.java . : ChangeLog Log message: 2005-08-12 Roman Kennke <[EMAIL PROTECTED]> * javax/swing/text/GapContent.java (insertString): Use replace() to actually insert content. (remove): Use replace() to actually remove content. (shiftGap): Repaired misplaced curly brace in if block of boudary check. (replace): Check for null argument for addItems. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/GapContent.java.diff?tr1=1.20&tr2=1.21&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4399&tr2=1.4400&r1=text&r2=text