mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-25 02:21:28 +01:00
updated javadoc author
Former-commit-id: 469d1881d6d50e441204abd24c95ecda0040ea31
This commit is contained in:
@@ -24,7 +24,7 @@ import java.io.InputStream;
|
|||||||
* NonClosingStream is a stream filter which prevents another class that processes the stream from closing it. This is
|
* NonClosingStream is a stream filter which prevents another class that processes the stream from closing it. This is
|
||||||
* necessary when dealing with things like JAXB and zipInputStreams.
|
* necessary when dealing with things like JAXB and zipInputStreams.
|
||||||
*
|
*
|
||||||
* @author Jeremy Long <jeremy.long@owasp.org>
|
* @author Jeremy Long
|
||||||
*/
|
*/
|
||||||
public class NonClosingStream extends FilterInputStream {
|
public class NonClosingStream extends FilterInputStream {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user