Skip to content

Commit

Permalink
Update SonarResultParser.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkosertic committed Jan 27, 2016
1 parent 3cba1e2 commit 3a54cd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private String getIssueFilePath(String issueComponent, Map<String, Component> co
Component theChildComp = components.get(theKey);

int p = theKey.lastIndexOf(":");
if (p>0) {
if (p > 0) {
theKey = theKey.substring(0, p);
} else {
theKey = "";
Expand Down

0 comments on commit 3a54cd9

Please sign in to comment.