mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 18:41:44 +01:00
fixed warning regarding no uid
This commit is contained in:
@@ -24,12 +24,17 @@ import org.slf4j.helpers.MarkerIgnoringBase;
|
|||||||
import org.slf4j.helpers.MessageFormatter;
|
import org.slf4j.helpers.MessageFormatter;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An instance of {@link org.slf4j.Logger} which simply calls the log method on the delegate Ant task.
|
* An instance of {@link org.slf4j.Logger} which simply calls the log method on
|
||||||
|
* the delegate Ant task.
|
||||||
*
|
*
|
||||||
* @author colezlaw
|
* @author colezlaw
|
||||||
*/
|
*/
|
||||||
public class AntLoggerAdapter extends MarkerIgnoringBase {
|
public class AntLoggerAdapter extends MarkerIgnoringBase {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* serialization UID.
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = -1337;
|
||||||
/**
|
/**
|
||||||
* 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