Skip to content

Commit b0f531d

Browse files
committed
Fix code and javadoc warnings, re #4
1 parent 59365cc commit b0f531d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/com/jamesmurty/utils/XMLBuilderRuntimeException.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@
99
*/
1010
public class XMLBuilderRuntimeException extends RuntimeException {
1111

12+
private static final long serialVersionUID = -635323496745601589L;
13+
14+
/**
15+
* @param exception
16+
* cause exception to be wrapped
17+
*/
1218
public XMLBuilderRuntimeException(Exception exception) {
1319
super(exception);
1420
}

0 commit comments

Comments
 (0)