- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 16:01:12 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/response In directory hutz:/tmp/cvs-serv18050/src/org/w3c/unicorn/response Modified Files: Response.java Log Message: + isUndef() method Index: Response.java =================================================================== RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/response/Response.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Response.java 20 Oct 2009 16:45:12 -0000 1.15 +++ Response.java 21 Oct 2009 16:01:10 -0000 1.16 @@ -57,6 +57,8 @@ public int getStatus(); public boolean isPassed(); + + public boolean isUndef(); public boolean isSetRating();
Received on Wednesday, 21 October 2009 16:01:15 UTC