- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
libjava/java/text/MessageFormat.java (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libjava/java/text/MessageFormat.java
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 1 1 /* MessageFormat.java - Localized message formatting. 2 Copyright (C) 1999, 2001 Free Software Foundation, Inc.2 Copyright (C) 1999, 2001 Free Software Foundation, Inc. 3 3 4 4 This file is part of GNU Classpath. … … 374 374 { 375 375 StringBuffer buf = new StringBuffer (); 376 // FIXME: don't actually know what is correct here.377 // Can a sub-format refer to any argument, or just378 // the single argument passed to it? Must test379 // against JDK.380 376 formatter.format(thisArg, buf, ignore); 381 377 MessageFormat mf = new MessageFormat (); 382 378 mf.setLocale(locale); 383 379 mf.applyPattern(buf.toString()); 384 formatter = mf;380 ; 385 381 } 386 formatter.format(thisArg, appendBuf, ignore); 382 else 383 formatter.format(thisArg, appendBuf, ignore); 387 384 } 388 385 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
