[opencms-dev] Bug in documentation...
Evans, Michael
EvansM at visa.com
Tue Jan 21 15:38:45 CET 2003
The java source code in the manual page 48 has the following mistakes:
The following line should be included:
import.com.opencms.core.*;
The declaration of the String arrays owners and animals should have the
values in braces. i.e.
String[] owners={"Martin", "Thomas", "Andreas", "Bill", "Michael", "Doris"};
String[] animals={"cat", "dog", "mouse", "rat", "bird", "snake"};
Mike
More information about the opencms-dev
mailing list