Cleaned up the documentation a bit.

This commit is contained in:
Nicholas Rees
2021-05-02 13:54:10 -05:00
parent b616f84808
commit 931ded5190
53 changed files with 172 additions and 4 deletions

View File

@ -15,6 +15,7 @@ import java.util.zip.ZipOutputStream;
public class ZipUtils {
/**
* Zip the given directory
*
* @param sourceDirectoryPath the path of the directory to zip
* @param zipDirectoryPath the path of the output file
*/