- From: Florent Batard via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Jun 2008 14:09:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/exceptions In directory hutz:/tmp/cvs-serv27212/org/w3c/unicorn/exceptions Modified Files: NoDocumentException.java EmptyDocumentException.java NoTaskException.java NoMimeTypeException.java Log Message: correction format javadoc Index: EmptyDocumentException.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/EmptyDocumentException.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- EmptyDocumentException.java 17 Jun 2008 14:03:09 -0000 1.3 +++ EmptyDocumentException.java 17 Jun 2008 14:09:50 -0000 1.4 @@ -7,9 +7,9 @@ /** * EmptyDocumentException<br /> * Created: Jul 7, 2006 5:26:56 PM<br /> - * - * @author Jean-Guilhem Rouel * Exception used when the document is empty + * @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.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- NoTaskException.java 17 Jun 2008 14:03:09 -0000 1.3 +++ NoTaskException.java 17 Jun 2008 14:09:50 -0000 1.4 @@ -7,9 +7,9 @@ /** * NoTaskException<br /> * Created: Jul 7, 2006 5:43:15 PM<br /> - * - * @author Jean-Guilhem Rouel * Exception used when the user didn't specify the task to perform + * @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.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- NoMimeTypeException.java 17 Jun 2008 14:03:09 -0000 1.3 +++ NoMimeTypeException.java 17 Jun 2008 14:09:50 -0000 1.4 @@ -7,9 +7,9 @@ /** * NoMimeTypeException<br /> * Created: Jul 7, 2006 5:30:51 PM<br /> - * - * @author Jean-Guilhem Rouel * Exception that occurs when mime-type isn't specified + * @author Jean-Guilhem Rouel + * */ public class NoMimeTypeException extends Exception { Index: NoDocumentException.java =================================================================== RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/NoDocumentException.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- NoDocumentException.java 17 Jun 2008 14:03:09 -0000 1.3 +++ NoDocumentException.java 17 Jun 2008 14:09:50 -0000 1.4 @@ -7,9 +7,9 @@ /** * NoDocumentException<br /> * Created: Jul 7, 2006 5:26:38 PM<br /> - * - * @author Jean-Guilhem Rouel * Exception used when there is no document to analyze + * @author Jean-Guilhem Rouel + * */ public class NoDocumentException extends Exception {
Received on Tuesday, 17 June 2008 14:10:27 UTC