mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
inserted / for searching
This commit is contained in:
@@ -82,7 +82,7 @@ public class IntentionManagerSettings implements ApplicationComponent, NamedJDOM
|
||||
}
|
||||
|
||||
public static URL getIntentionDescriptionDirURL(Class aClass, String prefix) {
|
||||
URL pageURL = aClass.getClassLoader().getResource("intentionDescriptions/" + prefix);
|
||||
URL pageURL = aClass.getClassLoader().getResource("/intentionDescriptions/" + prefix);
|
||||
return pageURL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user