boolean isOther()
Martin Buchholz
martinrb at google.com
Thu Jul 2 17:40:23 PDT 2009
Alan,
Thanks for pushing me to become a nio2 contributor.
Changes are at:
http://cr.openjdk.java.net/~martin/symbolic-link/
You know the drill. Please file a bug and review.
Synopsis: Clarifications for symbolic link related specs
Description:
Use "symbolic link" instead of "link" where that might be clearer.
Consistently use "symbolic link" instead of "symbolic-link".
Minor wording improvements.
You might want to blenderrev this to better review it.
Martin
On Thu, Jul 2, 2009 at 00:35, Alan Bateman<Alan.Bateman at sun.com> wrote:
> Martin Buchholz wrote:
>>
>> A suggestion.
>>
>> /**
>> * Tells whether the file is something other than a regular file,
>> directory,
>> * or link.
>> */
>> boolean isOther();
>>
>> Since (at least in Unix) there are two kinds of links,
>> this would be a little clearer if we changed
>>
>> link => symbolic-link
>>
>> and perhaps elsewhere in nio2 docs.
>>
>> Martin
>>
>
> Yes, this should say "symbolic-link". I fixed a number of these a while ago
> but this one obvious slipped through. Do you want to fix this yourself? If
> so, you are welcome to push it to nio/nio/jdk and I'll get it into jdk7/tl
> with the next batch of updates.
>
> -Alan.
>
More information about the nio-dev
mailing list