diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/resources/importing/ImportResource.java b/src/main/java/the/bytecode/club/bytecodeviewer/resources/importing/ImportResource.java index 80e88eb4..fec670fa 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/resources/importing/ImportResource.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/resources/importing/ImportResource.java @@ -58,11 +58,6 @@ public class ImportResource implements Runnable Import.DIRECTORY.getImporter().open(file); continue; } - - //check for classes - if (fn.endsWith(".class")) - Import.CLASS.getImporter().open(file); - //everything else import as a resource else if(!importKnownFile(file)) Import.FILE.getImporter().open(file);