On Mon, Feb 23, 2009 at 12: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?
>
What's the object on which .countDown is called? You need to find
where it's first declared and give it a type annotation.

Regards,

-- 
miʃel salim  •  http://hircus.jaiku.com/
IUCS         •  msa...@cs.indiana.edu
Fedora       •  sali...@fedoraproject.org
MacPorts     •  hir...@macports.org

--~--~---------~--~----~------------~-------~--~----~
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