RFR: 8267569: java.io.File.equals contains misleading Javadoc [v3]

Brent Christian bchristi at openjdk.java.net
Tue Jun 1 18:07:23 UTC 2021


On Tue, 1 Jun 2021 17:43:42 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:

>> Modify the specification of `java.io.File.equals` to clarify that equality is based only on a comparison of abstract pathnames as opposed to the file system objects that the `File`s represent.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8267569: Change @implNote to @apiNote

Marked as reviewed by bchristi (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/4232


More information about the core-libs-dev mailing list