We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5a86a commit 59ba943Copy full SHA for 59ba943
src/main/java/io/github/fvarrui/javapackager/utils/JarUtils.java
@@ -10,7 +10,7 @@
10
public class JarUtils {
11
12
/**
13
- * Runs "jar uf <jarfile> <newfile>" to add newfile into jarfile.
+ * Runs "jar uf jarfile newfile" to add newfile into jarfile.
14
* @param jarFile JAR file
15
* @param newFile File to add to jar file
16
* @throws IOException If something related to IO went wrong
0 commit comments