Skip to content

Commit

Permalink
single loading of resource also fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Feb 25, 2020
1 parent 29a9259 commit 07868ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public static List<CitationStyle> discoverCitationStyles() {
return STYLES;
}

URL url = CitationStyle.class.getResource("/modules/org.jabref/csl-styles");
URL url = CitationStyle.class.getResource("academy-of-management-review.csl");
Objects.requireNonNull(url);
if (url == null) {
return Collections.emptyList();
Expand Down

0 comments on commit 07868ff

Please sign in to comment.