JavaDoc for Closeable.close() still a copy of Stream.close()?
Alan Bateman
Alan.Bateman at oracle.com
Wed Jul 14 15:54:29 UTC 2010
Peter Arrenbrecht wrote:
> See
>
> http://hg.openjdk.java.net/jdk7/modules/jdk/file/tip/src/share/classes/java/io/Closeable.java
>
> and compare
>
> http://developer.android.com/reference/java/io/Closeable.html#close()
>
>
> Cheers,
> -parren
>
The master forest is jdk7/jdk7 (I think jdk7/modules was the forest for
jsr277, not sure, but it hasn't been sync'ed in a long time).
In any case, I think this is what you are looking for:
http://hg.openjdk.java.net/jdk7/tl/jdk/file/tip/src/share/classes/java/io/Closeable.java
and it should be some future promoted build (probably jdk7-b103).
-Alan.
More information about the core-libs-dev
mailing list