- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 19 Oct 2009 12:38:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response In directory hutz:/tmp/cvs-serv8351/src/org/w3c/unicorn/response Modified Files: Response.java Log Message: added isPassed() method Index: Response.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/Response.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Response.java 19 Oct 2009 10:09:03 -0000 1.10 +++ Response.java 19 Oct 2009 12:38:30 -0000 1.11 @@ -40,6 +40,8 @@ public int getWarningCount(); public int getStatus(); + + public boolean isPassed(); public boolean isSetRating();
Received on Monday, 19 October 2009 12:38:35 UTC