JaroslavTulach at 18:02, 23 January 2014 - 2014-01-23 18:02:08

←Older revision Revision as of 18:02, 23 January 2014
Line 11: Line 11:
[[Yoshiki]] thinks, "JDK 1.2" should read "JDK 1.1". True. Looking at {{JDK|java/util|List}}
[[Yoshiki]] thinks, "JDK 1.2" should read "JDK 1.1". True. Looking at {{JDK|java/util|List}}
-
one can see "since 1.2". As such the comment should say JDK 1.1. The online online sources are fixed:
+
one can see "since 1.2". As such the comment should say JDK 1.1. The online sources are fixed:
http://source.apidesign.org/hg/apidesign/rev/b5f24c7c2a8e
http://source.apidesign.org/hg/apidesign/rev/b5f24c7c2a8e

JaroslavTulach: New page: On page 43, in the comment inside code example: <source lang="java"> import java.awt.*; import java.util.*; /** Could be compiled on JDK 1.2, before java.util.List was created */ public c... - 2014-01-21 16:46:48

New page: On page 43, in the comment inside code example: <source lang="java"> import java.awt.*; import java.util.*; - * Could be compiled on JDK 1.2, before java.util.List was created: public c...

New page

On page 43, in the comment inside code example:

<source lang="java">
import java.awt.*;
import java.util.*;
/** Could be compiled on JDK 1.2, before java.util.List was created */
public class VList extends List {
Vector v;
}
</source>

[[Yoshiki]] thinks, "JDK 1.2" should read "JDK 1.1". True. Looking at {{JDK|java/util|List}}
one can see "since 1.2". As such the comment should say JDK 1.1. The online online sources are fixed:
http://source.apidesign.org/hg/apidesign/rev/b5f24c7c2a8e