- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Mar 2008 23:01:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/index In directory hutz:/tmp/cvs-serv14104 Modified Files: TranslationTableGenerator.java Log Message: oh how I love the java syntax... Index: TranslationTableGenerator.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/index/TranslationTableGenerator.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- TranslationTableGenerator.java 6 Mar 2008 22:54:58 -0000 1.5 +++ TranslationTableGenerator.java 6 Mar 2008 23:01:47 -0000 1.6 @@ -100,7 +100,7 @@ translation_completeness.put(name, 0); } - table_head = table_head+"</tr>" + table_head = table_head+"</tr>"; Vector sorted_properties_keys = new Vector(ac_default.getMsg().properties.keySet()); Collections.sort(sorted_properties_keys, new AlphaComparator()); Iterator properties_iterator = sorted_properties_keys.iterator();
Received on Thursday, 6 March 2008 23:01:58 UTC