Double Semicolon in generated Code

"Daniel Potysch" <[email protected]> Wed, 29 Oct 2003 09:37:29 +0100
Newsgroups gmane.comp.java.enhydra.xmlc
Organization http://freemail.web.de/
Message-ID <[email protected]>
Hello,

can someone tell me why XMLC generates Code with a double semicolon at the end of one special row? This is the code:

[...]

/**
 * XMLC DOM factory associated with this class.
 */
private static final org.enhydra.xml.xmlc.dom.XMLCDomFactory fDOMFactory = org.enhydra.xml.xmlc.dom.XMLCDomFactoryCache.getFactory(org.enhydra.xml.xmlc.dom.lazydom.LazyHTMLDomFactory.class);;

[...]

It is compilable and works fine, but I am using xDoclet to deploy my web application and xDoclet shows an error parsing the file. 

Thanks!
Daniel