8sa1-gcc/libjava/java/util/zip
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
..
Adler32.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
CheckedInputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
CheckedOutputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Checksum.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
CRC32.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DataFormatException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Deflater.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
DeflaterOutputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
GZIPInputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
GZIPOutputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Inflater.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
InflaterInputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natDeflater.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natInflater.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ZipConstants.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ZipEntry.java Locale.java (Locale): Don't explicitly check for null. 2000-05-04 15:50:34 +00:00
ZipException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ZipFile.java Vector.java (VectorEnumeration): Now `final'. 2000-04-11 20:02:48 +00:00
ZipInputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ZipOutputStream.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00