- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Sep 2009 16:06:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/output
In directory hutz:/tmp/cvs-serv6014/src/org/w3c/unicorn/output
Modified Files:
XMLOutputFormater.java
Log Message:
removed useless setLang method
Index: XMLOutputFormater.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/output/XMLOutputFormater.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- XMLOutputFormater.java 23 Sep 2009 09:20:10 -0000 1.6
+++ XMLOutputFormater.java 29 Sep 2009 16:05:58 -0000 1.7
@@ -23,9 +23,5 @@
aEventCartridge.addEventHandler(new XHTMLize());
aEventCartridge.attachToContext(aVelocityContext);
}
-
- public void setLang(String lang) {
- super.setLang(lang);
- }
}
\ No newline at end of file
Received on Tuesday, 29 September 2009 16:06:10 UTC