Errata 4
From APIDesign
(Difference between revisions)
(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...) |
|||
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 | + | 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 |
Current revision
On page 43, in the comment inside code example:
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; }
Yoshiki thinks, "JDK 1.2" should read "JDK 1.1". True. Looking at List 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