Skip to content

Commit

Permalink
Fixed misplaced character
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Feb 19, 2023
1 parent d47125c commit 4e4728e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/api/src/mill/api/JarOps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait JarOps {

/**
* Create a JAR file with default inflation level.
* d
*
* @param jar The final JAR file
* @param inputPaths The input paths resembling the content of the JAR file.
* Files will be directly included in the root of the archive,
Expand Down Expand Up @@ -43,7 +43,6 @@ trait JarOps {

/**
* Create a JAR file with default inflation level.
* d
*
* @param jar The final JAR file
* @param inputPaths The input paths resembling the content of the JAR file.
Expand Down

0 comments on commit 4e4728e

Please sign in to comment.