Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11026
| From | Jan Burse <janburse@fastmail.fm> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | ?? @revised Tag ?? |
| Date | 2011-12-29 17:44 +0100 |
| Organization | albasani.net |
| Message-ID | <jdi5cq$c0b$1@news.albasani.net> (permalink) |
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? Any information on this tag?
What is the quickest way to lookup the revision content?
Bye
Back to comp.lang.java.programmer | Previous | Next — 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