updated javadoc author

Former-commit-id: 469d1881d6d50e441204abd24c95ecda0040ea31
This commit is contained in:
Jeremy Long
2015-04-05 09:21:48 -04:00
parent dc60c24d89
commit 211d34fcef

View File

@@ -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
* necessary when dealing with things like JAXB and zipInputStreams.
*
* @author Jeremy Long <jeremy.long@owasp.org>
* @author Jeremy Long
*/
public class NonClosingStream extends FilterInputStream {