Skip to content

Commit

Permalink
Merge pull request #111 from laurentgo/fix-javadoc-warning
Browse files Browse the repository at this point in the history
Adds missing javadoc @param to LzopOutputStream constructor
  • Loading branch information
sjlee committed Dec 21, 2015
2 parents 123cbfa + 8719e43 commit f761f10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class LzopOutputStream extends CompressorStream {
* Write an lzop-compatible header to the OutputStream provided.
* @param out OutputStream
* @param strategy The lzo compression algorithm
* @param compressionLevel the lzo compression level
* @throws IOException if lzop strategy is incompatible
*/
protected static void writeLzopHeader(OutputStream out,
Expand Down

0 comments on commit f761f10

Please sign in to comment.