Skip to content

Commit

Permalink
fix on-local
Browse files Browse the repository at this point in the history
  • Loading branch information
ztellman committed Jul 14, 2011
1 parent 18af3bc commit 178f4dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/runa/swarmiji/client/client_core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
(cond
(= accessor :sevak-name) sevak-service-function
(= accessor :args) args
(= accessor :latch) (CountDownLatch. 0)
(= accessor :distributed?) false
(= accessor :disconnect) nil
(= accessor :complete?) true
Expand Down

0 comments on commit 178f4dd

Please sign in to comment.