Re-merge with Classpath:
* java/util/Comparator (equals): Added. * java/io/PipedWriter.java (write): Changed argument to `int'. * java/io/FileDescriptor.java (FileDescriptor()): New constructor. * java/io/File.java (getAbsoluteFile): Doesn't throw IOException. From-SVN: r45337
This commit is contained in:
parent
eb3ae3e105
commit
4504a65546
5 changed files with 26 additions and 4 deletions
|
@ -157,7 +157,7 @@ public class File implements Serializable, Comparable
|
|||
}
|
||||
|
||||
/** @since 1.2 */
|
||||
public File getAbsoluteFile () throws IOException
|
||||
public File getAbsoluteFile ()
|
||||
{
|
||||
return new File (getAbsolutePath());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue