- From: Philippe Le Hegaret <plh@w3.org>
- Date: 03 Jul 2003 09:23:55 -0400
- To: Bjoern Hoehrmann <derhoermi@gmx.net>
- Cc: www-validator-css@w3.org, Sijtsche Smeman <sijtsche@wisdom.nl>
On Fri, 2003-06-27 at 00:10, Bjoern Hoehrmann wrote: > Hi, > > When porting the CSS Validator to J# I found that J# does not support > several java.util.Vector methods used by the validator, .add, .remove > and .clear. These should be replaced by .addElement, .removeElement and > .removeAllElements which are also supported by recent Java SDKs. Thanks. but not supported in older versions of Java SDKs... It would be nice to stay compatible with Java 1.1 or Java 1.2. Philippe
Received on Thursday, 3 July 2003 09:24:00 UTC