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 <anand.prabhakar.pa...@gmail.com>
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 clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to