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

Commit

Permalink
Fixes a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-shoylev committed Jun 4, 2014
1 parent 02cb216 commit b536c74
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ private void createQueue() {
}

private void publishAndSubscribe() throws ExecutionException, InterruptedException {
System.out.format("Publisher Subcriber%n");
System.out.format("Publisher Subscriber%n");

ExecutorService executorService = Executors.newFixedThreadPool(NUM_THREADS);

Expand Down

0 comments on commit b536c74

Please sign in to comment.