gcc/libjava/java/text
Tom Tromey f70b7142c2 Locale.java (Locale): Don't explicitly check for null.
* java/util/Locale.java (Locale): Don't explicitly check for
	null.
	* java/util/Hashtable.java (containsKey): Don't explicitly check
	for null.
	(get): Likewise.
	* java/util/BitSet.java (and, or, xor): Don't explicitly check for
	null.
	* java/util/zip/ZipEntry.java (ZipEntry): Don't explicitly check
	for null.
	* java/text/StringCharacterIterator.java
	(StringCharacterIterator): Don't check for null.
	* java/text/ChoiceFormat.java (setChoices): Don't explicitly check
	for null pointer.
	* java/net/MulticastSocket.java (joinGroup): Don't explicitly
	check for null pointer.
	(leaveGroup): Likewise.
	* java/net/DatagramPacket.java (DatagramPacket): Removed erroneous
	comment.
	(setData): Likewise.
	* java/lang/ThreadGroup.java (ThreadGroup): Don't explicitly check
	for `p==null'.

From-SVN: r33671
2000-05-04 15:50:34 +00:00
..
BreakIterator.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
CharacterIterator.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ChoiceFormat.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
CollationElementIterator.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
CollationKey.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Collator.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DateFormat.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DateFormatSymbols.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DecimalFormat.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DecimalFormatSymbols.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
FieldPosition.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Format.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
MessageFormat.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natCollator.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NumberFormat.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ParseException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ParsePosition.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
RuleBasedCollator.java Vector.java (VectorEnumeration): Now `final'. 2000-04-11 20:02:48 +00:00
SimpleDateFormat.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
StringCharacterIterator.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00