mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-22 09:09:31 +01:00
Added missing serialVersionUID.
This commit is contained in:
@@ -30,6 +30,11 @@ import org.slf4j.helpers.MessageFormatter;
|
|||||||
*/
|
*/
|
||||||
public class AntLoggerAdapter extends MarkerIgnoringBase {
|
public class AntLoggerAdapter extends MarkerIgnoringBase {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The serial version UID for serialization.
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A reference to the Ant task used for logging.
|
* A reference to the Ant task used for logging.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user