- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Oct 2009 12:42:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response/impl In directory hutz:/tmp/cvs-serv25397/src/org/w3c/unicorn/response/impl Modified Files: OldResponseXBeans.java Log Message: + getMessages(String group) : returns null for this implementation Index: OldResponseXBeans.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/impl/OldResponseXBeans.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- OldResponseXBeans.java 19 Oct 2009 17:18:50 -0000 1.3 +++ OldResponseXBeans.java 20 Oct 2009 12:42:33 -0000 1.4 @@ -291,5 +291,9 @@ public String getHTMLIndexUri() { return Framework.mapOfObserver.get(observerID).getIndexURI(); } + + public Iterable<Message> getMessages(String group) { + return null; + } }
Received on Tuesday, 20 October 2009 12:42:36 UTC