- From: Florent Batard via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 02 Sep 2008 13:22:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/output In directory hutz:/tmp/cvs-serv16566/org/w3c/unicorn/output Modified Files: XHTMLize.java Log Message: Organize imports Index: XHTMLize.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/output/XHTMLize.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- XHTMLize.java 17 Jun 2008 13:41:11 -0000 1.5 +++ XHTMLize.java 2 Sep 2008 13:22:16 -0000 1.6 @@ -1,8 +1,8 @@ package org.w3c.unicorn.output; import org.apache.velocity.app.event.ReferenceInsertionEventHandler; -import org.w3c.unicorn.response.Code; import org.w3c.unicorn.response.A; +import org.w3c.unicorn.response.Code; import org.w3c.unicorn.response.Img; /**
Received on Tuesday, 2 September 2008 13:22:54 UTC