Justin Johnson wrote:

> Will someone please explain to me why this isn't working?  Is there
> something special about newInstance that I'm missing?
>
> user=> (. org.tmatesoft.svn.core.wc.SVNClientManager newInstance)
> #<SVNClientManager org.tmatesoft.svn.core.wc.svnclientmana...@b307f0>

>From the Javadoc, newInstance is a static method on SVNClientManager,
so you want:

  (org.tmatesoft.svn.core.wc.SVNClientManager/newInstance)

-Drew


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