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:
@@ -22,8 +22,8 @@ package org.apache.commons.logging;
|
||||
* logging of an Exception object.
|
||||
*/
|
||||
public class DummyException extends Exception {
|
||||
private static final long serialVersionUID = 1L;
|
||||
public DummyException() {
|
||||
// super("Dummy Exception for unit testing");
|
||||
}
|
||||
private static final long serialVersionUID = 1L;
|
||||
public DummyException() {
|
||||
// super("Dummy Exception for unit testing");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user