Revision: 321
http://xmlunit.svn.sourceforge.net/xmlunit/?rev=321&view=rev
Author: bodewig
Date: 2009-05-18 15:47:07 +0000 (Mon, 18 May 2009)
Log Message:
-----------
typos
Modified Paths:
--------------
trunk/xmlunit/src/main/java-core/net/sf/xmlunit/exceptions/XMLUnitException.java
Modified: trunk/xmlunit/src/main/java-core/net/sf/xmlunit/exceptions/XMLUnitException.java
===================================================================
--- trunk/xmlunit/src/main/java-core/net/sf/xmlunit/exceptions/XMLUnitException.java 2009-05-18 15:40:13 UTC (rev 320)
+++ trunk/xmlunit/src/main/java-core/net/sf/xmlunit/exceptions/XMLUnitException.java 2009-05-18 15:47:07 UTC (rev 321)
@@ -18,7 +18,7 @@
*/
public class XMLUnitException extends RuntimeException {
/**
- * Inititializes the exeption.
+ * Inititializes the exception.
*
* @param message the detail message
* @param cause the root cause of the exception
@@ -28,7 +28,7 @@
}
/**
- * Inititializes an exeption without cause.
+ * Inititializes an exception without cause.
*
* @param message the detail message
*/
@@ -37,7 +37,7 @@
}
/**
- * Inititializes an exeption using the wrapped exception's message.
+ * Inititializes an exception using the wrapped exception's message.
*
* @param message the detail message
*/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|