mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
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:
@@ -40,7 +40,7 @@ public class PropertyResourceBundle extends ResourceBundle
|
||||
parent.getKeys ());
|
||||
}
|
||||
|
||||
protected Object handleGetObject (String key)
|
||||
public Object handleGetObject (String key)
|
||||
{
|
||||
return properties.getProperty(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user