Fixed more resource locations not working in jar
[Mograsim.git] / net.mograsim.logic.model / src / net / mograsim / logic / model / snippets / highlevelstatehandlers / standard / StandardHighLevelStateHandlerSnippetSuppliers.java
index e81607d..d052cb1 100644 (file)
@@ -22,7 +22,7 @@ public class StandardHighLevelStateHandlerSnippetSuppliers
 
        static
        {
-               try (InputStream s = StandardHighLevelStateHandlerSnippetSuppliers.class.getResourceAsStream("./standardSnippetIDMapping.json"))
+               try (InputStream s = StandardHighLevelStateHandlerSnippetSuppliers.class.getResourceAsStream("standardSnippetIDMapping.json"))
                {
                        if (s == null)
                                throw new IOException("Resource not found");