We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4c9c3 commit 8bd6b12Copy full SHA for 8bd6b12
1 file changed
src/main/java/com/mrf/javadecompiler/openapi/Installer.java
@@ -21,8 +21,9 @@
21
import com.mrf.javadecompiler.exception.ExceptionHandler;
22
import java.nio.file.Files;
23
import java.nio.file.Path;
24
+import org.openide.modules.ModuleInstall;
25
-public class Installer extends org.openide.modules.ModuleInstall {
26
+public class Installer extends ModuleInstall {
27
28
@Override
29
public boolean closing() {
0 commit comments