Skip to content

Commit

Permalink
no need for static here
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Nov 9, 2023
1 parent ff26a07 commit 0c87f87
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ public MockHttpSession loginAsAnonymous() {
return session;
}


private static Element getSample(String resource) throws IOException, JDOMException {
private Element getSample(String resource) throws IOException, JDOMException {
final URL resourceUrl = AbstractCoreIntegrationTest.class.getResource(resource);
return Xml.loadStream(resourceUrl.openStream());
}
Expand Down

0 comments on commit 0c87f87

Please sign in to comment.