Skip to content

Commit 061fefa

Browse files
committed
compilation fix
1 parent 627135a commit 061fefa

File tree

10 files changed

+564
-545
lines changed

10 files changed

+564
-545
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
package org.scm4j.commons;
2-
3-
public class EConfig extends RuntimeException {
4-
5-
public EConfig(String message, Exception e) {
6-
super(message, e);
7-
}
8-
9-
private static final long serialVersionUID = 1L;
10-
11-
}
1+
package org.scm4j.commons;
2+
3+
public class EConfig extends RuntimeException {
4+
5+
public EConfig(String message, Exception e) {
6+
super(message, e);
7+
}
8+
9+
private static final long serialVersionUID = 1L;
10+
11+
}

0 commit comments

Comments
 (0)