Skip to content
This repository has been archived by the owner on Dec 10, 2019. It is now read-only.

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Kraus authored and Karsten Kraus committed May 17, 2017
1 parent 5da3fea commit f52604a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private GitLabSCMBuildStatusPublisher() {
executorService = Executors.newSingleThreadExecutor();
}

public void publish(Run<?, ?> run, int projectId, String hash, BuildState state, String ref, String context, String description) {
void publish(Run<?, ?> run, int projectId, String hash, BuildState state, String ref, String context, String description) {
executorService.execute(new Message(run, projectId, hash, state, ref, context, description));
}

Expand Down

0 comments on commit f52604a

Please sign in to comment.