This blind stab worked... is it correct?

    (if cell-updated?
        (if (not (:updating @cell))
            (.countDown #^java.util.concurrent.CountDownLatch
latch))))

Thanks,
Anand

On Feb 23, 5:20 pm, Anand Patil <[email protected]>
wrote:
> Hi all,
>
> I'm getting
>
> Reflection warning, line: 150 - reference to field countDown can't be
> resolved.
>
> from
>
>     (if cell-updated?
>         (if (not (:updating @cell))
>             (.countDown latch))))
>
> Is there any way to get rid of it?
>
> Thanks,
> Anand
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to