mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-17 23:04:07 +01:00
Added missing serialVersionUID.
This commit is contained in:
@@ -27,6 +27,10 @@ import org.slf4j.helpers.MessageFormatter;
|
|||||||
* @author colezlaw
|
* @author colezlaw
|
||||||
*/
|
*/
|
||||||
public class MavenLoggerAdapter extends MarkerIgnoringBase {
|
public class MavenLoggerAdapter extends MarkerIgnoringBase {
|
||||||
|
/**
|
||||||
|
* The serial version UID for serialization.
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A reference to the Maven log.
|
* A reference to the Maven log.
|
||||||
|
|||||||
Reference in New Issue
Block a user