- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 16:45:15 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response In directory hutz:/tmp/cvs-serv30953/src/org/w3c/unicorn/response Modified Files: Response.java Log Message: + getURISortedMessages(String group) + implementations for old and new schema Index: Response.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/Response.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Response.java 20 Oct 2009 12:40:39 -0000 1.14 +++ Response.java 20 Oct 2009 16:45:12 -0000 1.15 @@ -32,6 +32,8 @@ public Map<String, Iterable<Message>> getURISortedMessages(int type); + public Map<String, Iterable<Message>> getURISortedMessages(String group); + public Iterable<Message> getMessages(); public Iterable<Message> getMessages(String uri, Integer type);
Received on Tuesday, 20 October 2009 16:45:17 UTC