'. '

Errata 4

From APIDesign

(Difference between revisions)
Jump to: navigation, search

JaroslavTulach (Talk | contribs)
(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...)
Next diff →

Revision as of 16:46, 21 January 2014

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 online sources are fixed: http://source.apidesign.org/hg/apidesign/rev/b5f24c7c2a8e

Personal tools
buy