Skip to content

Commit

Permalink
May be some racism here
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Mar 31, 2015
1 parent 4dd4e51 commit f4efb12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Expand Up @@ -243,7 +243,7 @@ synchronized String remove(JobKey key) {
JobKey get(String name) {
return this.names.get(name);
}
boolean contains(String name) {
synchronized boolean contains(String name) {
return this.names.containsKey(name);
}
Set<String> getNames() {
Expand Down
Expand Up @@ -236,7 +236,6 @@
(deliver p :success)))))
(.schedule default id #() {})
(is (= :success (deref p 1000 :failure)))
(Thread/sleep 1000)
(is (false? (.unschedule default id)))
(is (empty? (.scheduledJobs default)))
(-> (.scheduler default)
Expand Down

0 comments on commit f4efb12

Please sign in to comment.