Skip to content

Commit

Permalink
Update JMpqEditor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Frotty committed Apr 25, 2020
1 parent 4a0a0e1 commit 86d8a46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/systems/crigges/jmpq3/JMpqEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@ public void deleteFile(String name) {
* @param name of the file inside the mpq
* @param input the input byte array
* @param override whether to override an existing file with the same name
* @throws NonWritableChannelException the non writable channel exception
* @throws IllegalArgumentException when the mpq has filename and not override
*/
public void insertByteArray(String name, byte[] input, boolean override) throws NonWritableChannelException,
Expand All @@ -701,7 +700,6 @@ public void insertByteArray(String name, byte[] input, boolean override) throws
*
* @param name of the file inside the mpq
* @param input the input byte array
* @throws NonWritableChannelException the non writable channel exception
* @throws IllegalArgumentException when the mpq has filename
*/
public void insertByteArray(String name, byte[] input) throws NonWritableChannelException, IllegalArgumentException {
Expand Down

0 comments on commit 86d8a46

Please sign in to comment.