- From: Jean-Guilhem Rouel via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 11 Aug 2009 13:43:05 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/exceptions In directory hutz:/tmp/cvs-serv6157/org/w3c/unicorn/exceptions Modified Files: NoDocumentException.java EmptyDocumentException.java NoTaskException.java NoMimeTypeException.java Log Message: Code cleanup Index: NoDocumentException.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/NoDocumentException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- NoDocumentException.java 17 Jun 2008 14:09:50 -0000 1.4 +++ NoDocumentException.java 11 Aug 2009 13:43:02 -0000 1.5 @@ -8,7 +8,8 @@ * NoDocumentException<br /> * Created: Jul 7, 2006 5:26:38 PM<br /> * Exception used when there is no document to analyze - * @author Jean-Guilhem Rouel + * + * @author Jean-Guilhem Rouel * */ public class NoDocumentException extends Exception { Index: EmptyDocumentException.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/EmptyDocumentException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- EmptyDocumentException.java 17 Jun 2008 14:09:50 -0000 1.4 +++ EmptyDocumentException.java 11 Aug 2009 13:43:03 -0000 1.5 @@ -8,7 +8,8 @@ * EmptyDocumentException<br /> * Created: Jul 7, 2006 5:26:56 PM<br /> * Exception used when the document is empty - * @author Jean-Guilhem Rouel + * + * @author Jean-Guilhem Rouel * */ public class EmptyDocumentException extends Exception { Index: NoTaskException.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/NoTaskException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- NoTaskException.java 17 Jun 2008 14:09:50 -0000 1.4 +++ NoTaskException.java 11 Aug 2009 13:43:03 -0000 1.5 @@ -8,7 +8,8 @@ * NoTaskException<br /> * Created: Jul 7, 2006 5:43:15 PM<br /> * Exception used when the user didn't specify the task to perform - * @author Jean-Guilhem Rouel + * + * @author Jean-Guilhem Rouel * */ public class NoTaskException extends Exception { Index: NoMimeTypeException.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/NoMimeTypeException.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- NoMimeTypeException.java 17 Jun 2008 14:09:50 -0000 1.4 +++ NoMimeTypeException.java 11 Aug 2009 13:43:03 -0000 1.5 @@ -8,7 +8,8 @@ * NoMimeTypeException<br /> * Created: Jul 7, 2006 5:30:51 PM<br /> * Exception that occurs when mime-type isn't specified - * @author Jean-Guilhem Rouel + * + * @author Jean-Guilhem Rouel * */ public class NoMimeTypeException extends Exception {
Received on Tuesday, 11 August 2009 13:43:18 UTC