Skip to content

Commit

Permalink
Punt the source attacher jobs too
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis committed Jun 28, 2018
1 parent c571849 commit 26e0f7b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ public IStatus resolveContainer(
// container cache. There will be other opportunities.
// https://github.com/GoogleCloudPlatform/google-cloud-eclipse/issues/3181
serializer.saveContainer(javaProject, container);
}
for (Job job : sourceAttacherJobs) {
job.schedule();
for (Job job : sourceAttacherJobs) {
job.schedule();
}
}
}
return Status.OK_STATUS;
Expand Down

0 comments on commit 26e0f7b

Please sign in to comment.