RFR 8059450: Not quite correct code sample in javadoc

2014-10-01 Thread Ivan Gerasimov

Hello!

This is a javadoc bug.
In the code sample a redundant argument to a constructor of URI is passed.
Probably a copy-paste error.

BUGURL: https://bugs.openjdk.java.net/browse/JDK-8059450
WEBREV: http://cr.openjdk.java.net/~igerasim/8059450/0/webrev/

Sincerely yours,
Ivan


Re: RFR 8059450: Not quite correct code sample in javadoc

2014-10-01 Thread Chris Hegarty
On 1 Oct 2014, at 01:48, Ivan Gerasimov  wrote:

> Hello!
> 
> This is a javadoc bug.
> In the code sample a redundant argument to a constructor of URI is passed.
> Probably a copy-paste error.
> 
> BUGURL: https://bugs.openjdk.java.net/browse/JDK-8059450
> WEBREV: http://cr.openjdk.java.net/~igerasim/8059450/0/webrev/

This looks fine to me Ivan ( good eyes! ).

-Chris.

> Sincerely yours,
> Ivan



Re: RFR 8059450: Not quite correct code sample in javadoc

2014-10-01 Thread Ivan Gerasimov

Thanks Chris!

On 01.10.2014 20:49, Chris Hegarty wrote:

On 1 Oct 2014, at 01:48, Ivan Gerasimov  wrote:


Hello!

This is a javadoc bug.
In the code sample a redundant argument to a constructor of URI is passed.
Probably a copy-paste error.

BUGURL: https://bugs.openjdk.java.net/browse/JDK-8059450
WEBREV: http://cr.openjdk.java.net/~igerasim/8059450/0/webrev/

This looks fine to me Ivan ( good eyes! ).
I tried to use this sample, when figuring out how a URI deals with 
underscores.

So it was noticed not by eyes, but by fingers :-)

Sincerely yours,
Ivan


-Chris.


Sincerely yours,
Ivan