Replacing tabs with spaces to keep checkstyle happy.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137676 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Fredrik Westermarck 2003-09-24 20:28:25 +00:00
parent da6c19af5b
commit a9a2f485e7
2 changed files with 19 additions and 20 deletions

View File

@ -60,7 +60,7 @@
* @author Matthew Hawthorne
* @author Stephen Colebourne
* @since 2.0
* @version $Id: NullArgumentException.java,v 1.5 2003/08/18 02:22:23 bayard Exp $
* @version $Id: NullArgumentException.java,v 1.6 2003/09/24 20:28:25 fredrik Exp $
*/
public class NullArgumentException extends IllegalArgumentException {
@ -72,5 +72,4 @@ public class NullArgumentException extends IllegalArgumentException {
public NullArgumentException(String argName) {
super(argName + " must not be null.");
}
}

View File

@ -61,7 +61,7 @@
*
* @author Matthew Hawthorne
* @since 2.0
* @version $Id: UnhandledException.java,v 1.3 2003/08/18 02:22:23 bayard Exp $
* @version $Id: UnhandledException.java,v 1.4 2003/09/24 20:28:25 fredrik Exp $
*/
public class UnhandledException extends NestableRuntimeException {