From a1f0cf749d3d4dd22c783be456c5447314289016 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 5 Mar 2016 13:18:38 -0500 Subject: [PATCH] doclint fixes --- .../owasp/dependencycheck/utils/ExpectedOjectInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/ExpectedOjectInputStream.java b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/ExpectedOjectInputStream.java index bdd57677e..95d4dc542 100644 --- a/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/ExpectedOjectInputStream.java +++ b/dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/ExpectedOjectInputStream.java @@ -54,7 +54,7 @@ public class ExpectedOjectInputStream extends ObjectInputStream { /** * Only deserialize instances of expected classes by validating the class name prior to deserialization. * - * @param the class from the object stream to validate + * @param desc the class from the object stream to validate * @return the resolved class * @throws java.io.IOException thrown if the class being read is not one of the expected classes or if there is an error * reading from the stream