Skip to content

Instantly share code, notes, and snippets.

@niallo
Created May 17, 2010 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niallo/404331 to your computer and use it in GitHub Desktop.
Save niallo/404331 to your computer and use it in GitHub Desktop.
public NodeService get() {
PyObject no = nodeServiceImplMongoClass.__call__(this.authService);
NodeService ns;
ns = (NodeService)no.__tojava__(NodeService.class);
return ns;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment