- From: Florent Batard via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Jun 2008 14:03:11 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/org/w3c/unicorn/exceptions
In directory hutz:/tmp/cvs-serv23211/org/w3c/unicorn/exceptions
Modified Files:
NoTaskException.java EmptyDocumentException.java
NoDocumentException.java NoMimeTypeException.java
Log Message:
correction for the javadoc
Index: EmptyDocumentException.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/EmptyDocumentException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- EmptyDocumentException.java 17 Jun 2008 13:41:13 -0000 1.2
+++ EmptyDocumentException.java 17 Jun 2008 14:03:09 -0000 1.3
@@ -8,7 +8,8 @@
* 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
+ * Exception used when the document is empty
*/
public class EmptyDocumentException extends Exception {
Index: NoTaskException.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/NoTaskException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NoTaskException.java 17 Jun 2008 13:41:13 -0000 1.2
+++ NoTaskException.java 17 Jun 2008 14:03:09 -0000 1.3
@@ -8,8 +8,8 @@
* 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
+ * Exception used when the user didn't specify the task to perform
*/
public class NoTaskException extends Exception {
Index: NoMimeTypeException.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/NoMimeTypeException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NoMimeTypeException.java 17 Jun 2008 13:41:13 -0000 1.2
+++ NoMimeTypeException.java 17 Jun 2008 14:03:09 -0000 1.3
@@ -8,8 +8,8 @@
* 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
+ * Exception that occurs when mime-type isn't specified
*/
public class NoMimeTypeException extends Exception {
Index: NoDocumentException.java
===================================================================
RCS file: /sources/public/2006/unicorn/org/w3c/unicorn/exceptions/NoDocumentException.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- NoDocumentException.java 17 Jun 2008 13:41:13 -0000 1.2
+++ NoDocumentException.java 17 Jun 2008 14:03:09 -0000 1.3
@@ -8,8 +8,8 @@
* 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
+ * Exception used when there is no document to analyze
*/
public class NoDocumentException extends Exception {
Received on Tuesday, 17 June 2008 14:03:45 UTC