Skip to content

Commit 59ba943

Browse files
committed
Update JarUtils.java
1 parent 2d5a86a commit 59ba943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/fvarrui/javapackager/utils/JarUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
public class JarUtils {
1111

1212
/**
13-
* Runs "jar uf <jarfile> <newfile>" to add newfile into jarfile.
13+
* Runs "jar uf jarfile newfile" to add newfile into jarfile.
1414
* @param jarFile JAR file
1515
* @param newFile File to add to jar file
1616
* @throws IOException If something related to IO went wrong

0 commit comments

Comments
 (0)