Added missing serialVersionUID.

This commit is contained in:
Anthony Whitford
2015-09-10 00:20:03 -07:00
parent fde415e251
commit d98f67eab9

View File

@@ -26,6 +26,11 @@ import java.io.IOException;
*/
public class SuppressionParseException extends IOException {
/**
* The serial version UID for serialization.
*/
private static final long serialVersionUID = 1L;
/**
* Creates a new SuppressionParseException.
*/