Code polishing after analysis.

This commit is contained in:
Erwin Vervaet
2006-12-30 14:29:37 +00:00
parent 7b48b58de3
commit 5e08f39c06

View File

@@ -34,7 +34,7 @@ public class InvalidFormatException extends NestedRuntimeException {
* @param expectedFormat the expected format
*/
public InvalidFormatException(String invalidValue, String expectedFormat) {
this(invalidValue, expectedFormat, (Throwable)null);
this(invalidValue, expectedFormat, null);
}
/**