Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ascandella committed Aug 10, 2015
1 parent f3268e9 commit fd71a4f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,9 +97,9 @@ public Environment setUp(AbstractBuild build,
return null;
}

DifferentialClient diffClient = new DifferentialClient(diffID, conduitClient);
Differential diff;
try {
DifferentialClient diffClient = new DifferentialClient(diffID, conduitClient);
diff = new Differential(diffClient.fetchDiff());
diff.decorate(build, this.getPhabricatorURL(build.getParent()));

Expand Down

0 comments on commit fd71a4f

Please sign in to comment.