CVSROOT: /sources/classpath
Module name: classpath
Changes by: Andrew John Hughes <gnu_andrew> 08/12/31 11:28:13
Modified files:
. : ChangeLog
java/text : MessageFormat.java
Log message:
Emulate Vector.setSize() with ArrayList.
2008-12-31 Andrew John Hughes <[email protected]>
* java/text/MessageFormat.java:
(parse(String,ParsePosition)): Emulate behaviour
of Vector's setSize() which was being implicitly relied on.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9745&r2=1.9746
http://cvs.savannah.gnu.org/viewcvs/classpath/java/text/MessageFormat.java?cvsroot=classpath&r1=1.28&r2=1.29