CVSROOT: /cvsroot/classpath Module name: classpath Branch: Changes by: Anthony Balkissoon <[EMAIL PROTECTED]> 05/11/22 19:42:04
Modified files: . : ChangeLog javax/swing/text: MaskFormatter.java Log message: 2005-11-22 Anthony Balkissoon <[EMAIL PROTECTED]> * javax/swing/text/MaskFormatter.java: (convertValue): If character is a literal don't throw a ParseException unless literals aren't allowd in values and this method is being called from valueToString rather than stringToValue. The convert flag is used to distinguish these two cases. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5698&tr2=1.5699&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/text/MaskFormatter.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text