mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 01:51:49 +01:00
Added missing serialVersionUID.
This commit is contained in:
@@ -24,6 +24,11 @@ package org.owasp.dependencycheck;
|
|||||||
*/
|
*/
|
||||||
class InvalidScanPathException extends Exception {
|
class InvalidScanPathException extends Exception {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The serial version UID for serialization.
|
||||||
|
*/
|
||||||
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new InvalidScanPathException.
|
* Creates a new InvalidScanPathException.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user