Skip to content

Commit

Permalink
Minimizing diff
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jan 21, 2022
1 parent 48a8cc1 commit 985048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/model/ExternalRun.java
Expand Up @@ -156,8 +156,8 @@ public Result run(BuildListener listener) throws Exception {
logger.print(p.getText());
}
}

p.nextTag(); // get to <result>

Result r = parseResult(elementText(p));

do {
Expand Down

0 comments on commit 985048e

Please sign in to comment.