Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Feb 12, 2024
1 parent 97365da commit 7ec306b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public Archive(final JarFile jarFile, OutputStream outputStream, PackingOptions
*
* @param inputStream TODO
* @param outputStream TODO
* @param options - packing options (if null then defaults are used)
* @param options packing options (if null then defaults are used)
* @throws IOException If an I/O error occurs.
*/
public Archive(final JarInputStream inputStream, OutputStream outputStream, PackingOptions options) throws IOException {
Expand Down Expand Up @@ -265,7 +265,7 @@ private long estimateSize(final PackingFile packingFile) {
}

/**
* Pack the archive
* Packs the archive.
*
* @throws Pack200Exception TODO
* @throws IOException If an I/O error occurs.
Expand Down

0 comments on commit 7ec306b

Please sign in to comment.