Skip to content

Commit

Permalink
[JENKINS-29908] Reviewed @jglick 's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Recena committed Aug 14, 2015
1 parent d3329c7 commit b4147b1
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -121,11 +121,8 @@ protected DependencyCheckResult(final Run<?, ?> build, final String defaultEncod
@Deprecated
DependencyCheckResult(final AbstractBuild<?, ?> build, final BuildHistory history, final ParserResult result,
final String defaultEncoding, final boolean canSerialize) {
this((Run<?, ?>) build, history, result, defaultEncoding, canSerialize);

if (canSerialize) {
serializeAnnotations(result.getAnnotations());
}
this((Run<?, ?>) build, history, result, defaultEncoding, canSerialize);
}

DependencyCheckResult(final Run<?, ?> build, final BuildHistory history, final ParserResult result,
Expand Down

0 comments on commit b4147b1

Please sign in to comment.