Added missing serialVersionUID.

This commit is contained in:
Anthony Whitford
2016-04-16 11:07:19 -07:00
parent 8722eae766
commit bc0a0f9902

View File

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