1
0

Set EOL style to Native.

Remove tab characters.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@581081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dennis Lundberg
2007-10-01 21:43:58 +00:00
parent 42e2b6417c
commit 78942c8588

View File

@@ -22,8 +22,8 @@ package org.apache.commons.logging;
* logging of an Exception object. * logging of an Exception object.
*/ */
public class DummyException extends Exception { public class DummyException extends Exception {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
public DummyException() { public DummyException() {
// super("Dummy Exception for unit testing"); // super("Dummy Exception for unit testing");
} }
} }