gcc/libjava/java/text
Warren Levy 05dfd09c0c DatagramSocketImpl.java (localPort): Fixed typo to match JDK.
* java/net/DatagramSocketImpl.java (localPort): Fixed typo to match JDK.
	* java/net/natPlainDatagramSocketImpl.cc (bind): ditto.
	* java/text/ChoiceFormat.java (nextDouble(double, boolean)): Method
	is not final per JDK.
	* java/util/PropertyResourceBundle.java (handleGetObject): Method is
	public per JDK.
	* java/util/zip/DataFormatException.java: Class extends Exception.
	* java/util/zip/Deflater.java (finalize): Method is protected per JDK.
	* java/util/zip/ZipEntry.java: Class implements ZipConstants.
	* java/util/zip/ZipInputStream.java: ditto.
	(closeEntry): Changed method name to match JDK spec.

From-SVN: r27717
1999-06-23 12:24:59 +00:00
..
BreakIterator.java
CharacterIterator.java
ChoiceFormat.java DatagramSocketImpl.java (localPort): Fixed typo to match JDK. 1999-06-23 12:24:59 +00:00
CollationElementIterator.java StringBuffer.java (ensureCapacity): Don't resize vector when shared. 1999-04-30 09:31:00 +00:00
CollationKey.java
Collator.java FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instead of IOException. 1999-06-10 18:52:00 +00:00
DateFormat.java DateFormat.java (computeInstance): Separate time and date styles. 1999-05-08 22:21:50 +00:00
DateFormatSymbols.java
DecimalFormat.java DecimalFormat.java: Throw IllegalArgumentException throughout rather than ParseException. 1999-06-10 23:53:37 +00:00
DecimalFormatSymbols.java
FieldPosition.java
Format.java
MessageFormat.java
natCollator.cc StringBuffer.java (ensureCapacity): Don't resize vector when shared. 1999-04-30 09:31:00 +00:00
NumberFormat.java
ParseException.java
ParsePosition.java
RuleBasedCollator.java StringBuffer.java (ensureCapacity): Don't resize vector when shared. 1999-04-30 09:31:00 +00:00
SimpleDateFormat.java
StringCharacterIterator.java