Hi Paul, Thank you for your answer. I've just updated my webrev to use 9: http://cr.openjdk.java.net/~shinyafox/8144675/webrev.01/
Regards, shinyafox(Shinya Yoshida) 2015-12-07 17:31 GMT+09:00 Paul Sandoz <[email protected]>: > > On 7 Dec 2015, at 03:45, ShinyaYoshida <[email protected]> wrote: > > Hi, > I'd like to wait for the review, but I have a trivial question: > > Which @since is preferred, 1.9 or 9? > > > @since 9 > > > For ex, at Optional#or and stream, @since 9 is used. > On the other hand, at Collectors#flatMap, @since 1.9 is used. > > > Feel free to update that to 9. > > I started using @9 a little while ago in anticipation of the new > version-string scheme (http://openjdk.java.net/jeps/223). I expect there > will be a global sweep through the code updating @since tags. > > Paul. > > >
