Mention Listener fix
This commit is contained in:
parent
081da47b71
commit
5cc7acfe0d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public class MentionListener extends ListenerAdapter {
|
|||
MavenXpp3Reader reader = new MavenXpp3Reader();
|
||||
Model model = null;
|
||||
try {
|
||||
model = reader.read(this.getClass().getClassLoader().getResourceAsStream("pom.xml"));
|
||||
model = reader.read(getClass().getResourceAsStream("pom.xml"));
|
||||
} catch (IOException | XmlPullParserException ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue