mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 16:24:11 +01:00
doclint fixes
This commit is contained in:
@@ -54,7 +54,7 @@ public class ExpectedOjectInputStream extends ObjectInputStream {
|
|||||||
/**
|
/**
|
||||||
* Only deserialize instances of expected classes by validating the class name prior to deserialization.
|
* 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
|
* @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
|
* @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
|
* reading from the stream
|
||||||
|
|||||||
Reference in New Issue
Block a user