Remove unused import that causes issue when packaging

Creates the issue `/JNUSTool-master/src/main/java/de/mas/wiiu/jnus/jnustool/util/Decryption.java:[26,25] package org.omg.Messaging does not exist` when running `mvn package`
This commit is contained in:
GaryOderNichts 2020-04-07 22:30:51 +02:00 committed by GitHub
parent fc301d3737
commit cd5fba72d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,8 +23,6 @@ import javax.crypto.NoSuchPaddingException;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import org.omg.Messaging.SyncScopeHelper;
import de.mas.wiiu.jnus.jnustool.Content;
import de.mas.wiiu.jnus.jnustool.FEntry;
import de.mas.wiiu.jnus.jnustool.Logger;