Added missing serialVersionUID.

This commit is contained in:
Anthony Whitford
2015-09-13 10:34:19 -07:00
parent 4f5d5f1afd
commit 0efc9d1cd2

View File

@@ -28,6 +28,11 @@ import org.slf4j.helpers.MessageFormatter;
*/
public class MavenLoggerAdapter extends MarkerIgnoringBase {
/**
* The serial version UID for serialization.
*/
private static final long serialVersionUID = 1L;
/**
* A reference to the Maven log.
*/