From: <bo...@us...> - 2009-05-18 15:54:51
|
Revision: 322 http://xmlunit.svn.sourceforge.net/xmlunit/?rev=322&view=rev Author: bodewig Date: 2009-05-18 15:54:41 +0000 (Mon, 18 May 2009) Log Message: ----------- fix javadocs 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:47:07 UTC (rev 321) +++ trunk/xmlunit/src/main/java-core/net/sf/xmlunit/exceptions/XMLUnitException.java 2009-05-18 15:54:41 UTC (rev 322) @@ -39,7 +39,7 @@ /** * Inititializes an exception using the wrapped exception's message. * - * @param message the detail message + * @param cause the root cause of the exception */ public XMLUnitException(Throwable cause) { this(cause != null ? cause.getMessage() : null, cause); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |