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
This commit is contained in:
Warren Levy 1999-06-23 12:24:59 +00:00 committed by Warren Levy
parent 25e1e04927
commit 05dfd09c0c
9 changed files with 26 additions and 12 deletions

View file

@ -19,7 +19,7 @@ package java.util.zip;
* Believed complete and correct.
*/
public class DataFormatException extends java.io.IOException
public class DataFormatException extends Exception
{
public DataFormatException ()
{