We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup class if possible
Kitsune/src/main/java/optic_fusion1/kitsune/tool/impl/StringsTool.java
Line 46 in 8deecb4
import org.objectweb.asm.tree.LdcInsnNode; import org.objectweb.asm.tree.MethodNode; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.Base64; import java.util.Enumeration; import java.util.List; import java.util.logging.Level; import java.util.logging.Logger; import java.util.zip.ZipEntry; import java.util.zip.ZipException; import java.util.zip.ZipFile; import static optic_fusion1.kitsune.Kitsune.LOGGER; import static optic_fusion1.kitsune.util.I18n.tl; import org.apache.commons.codec.digest.DigestUtils; import org.objectweb.asm.tree.MethodInsnNode; // TODO: Cleanup class if possible public class StringsTool extends Tool { private boolean normalize;
20824e4334066ba16cd291ad55c957f187dc4b61
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cleanup class if possible
Kitsune/src/main/java/optic_fusion1/kitsune/tool/impl/StringsTool.java
Line 46 in 8deecb4
20824e4334066ba16cd291ad55c957f187dc4b61
The text was updated successfully, but these errors were encountered: