'. '

Errata 4

From APIDesign

Revision as of 16:46, 21 January 2014 by JaroslavTulach (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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