diff --git a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Pair.java b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Pair.java index 6b13d8700..8a510488c 100644 --- a/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Pair.java +++ b/dependency-check-core/src/main/java/org/owasp/dependencycheck/utils/Pair.java @@ -23,7 +23,7 @@ package org.owasp.dependencycheck.utils; * @param the type for the left element in the pair * @param the type for the right element in the pair * - * @author Jeremy Long + * @author Jeremy Long */ public class Pair {