Skip to content

Commit

Permalink
Fix document generation
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSaVioR committed Sep 4, 2019
1 parent 901c11f commit 082cf16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ abstract class EventLogFileReader(

/**
* This method compresses the files passed in, and writes the compressed data out into the
* [[ZipOutputStream]] passed in. Each file is written as a new [[ZipEntry]] with its name being
* ZipOutputStream passed in. Each file is written as a new ZipEntry with its name being
* the name of the file being compressed.
*/
def zipEventLogFiles(zipStream: ZipOutputStream): Unit
Expand Down

0 comments on commit 082cf16

Please sign in to comment.