Added missing serialVersionUID to new ComposerException.

This commit is contained in:
Anthony Whitford
2015-10-10 16:19:59 -07:00
parent 38e61ebd8d
commit 0dc36765f1

View File

@@ -24,6 +24,11 @@ package org.owasp.dependencycheck.data.composer;
*/
public class ComposerException extends RuntimeException {
/**
* The serial version UID for serialization.
*/
private static final long serialVersionUID = 1L;
/**
* Creates a ComposerException with default message.
*/