- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Fri, 27 Jun 2003 06:10:32 +0200
- To: www-validator-css@w3.org
- Cc: plh@w3.org, sijtsche@wisdom.nl
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. regards.
Received on Friday, 27 June 2003 00:10:58 UTC