Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11028
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: ?? @revised Tag ?? |
| Date | 2011-12-29 21:19 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <20825127.27.1325222375327.JavaMail.geo-discussion-forums@pruu23> (permalink) |
| References | <jdi5cq$c0b$1@news.albasani.net> |
On Thursday, December 29, 2011 8:44:10 AM UTC-8, Jan Burse wrote:
> Dear All,
>
> Just noticed a @revised Tag in some JDK 1.7 source code:
>
> * @revised 6.0
> */
> public static boolean interrupted() {
> return currentThread().isInterrupted(true);
> }
>
> Its kind of unusual since it does not say @revised 1.6
> but rather @revised 6.0?
That doesn't seem unusual at all, since it's Java version 6.0.
http://java.sun.com/javase/namechange.html
http://docs.oracle.com/javase/1.5.0/docs/relnotes/version-5.0.html
http://en.wikipedia.org/wiki/Java_version_history#J2SE_5.0_.28September_30.2C_2004.29
This numbering scheme has been in use since September, 2004.
--
Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
?? @revised Tag ?? Jan Burse <janburse@fastmail.fm> - 2011-12-29 17:44 +0100
Re: ?? @revised Tag ?? markspace <-@.> - 2011-12-29 10:39 -0800
Re: ?? @revised Tag ?? Lew <lewbloch@gmail.com> - 2011-12-29 21:19 -0800
Re: ?? @revised Tag ?? Arved Sandstrom <asandstrom3minus1@eastlink.ca> - 2011-12-30 06:55 -0400
csiph-web