Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISPN-1210 TreeCache getData method returns null Map #423

Closed
wants to merge 2 commits into from

Conversation

maniksurtani
Copy link
Member

No description provided.

@galderz
Copy link
Member

galderz commented Jul 11, 2011

Manik, I've merged your branch but just realised that you did not fix getKeys() ?

public Set<K> getKeys(Fqn fqn) {
   startAtomic();
   try {
      Node<K, V> node = getNode(fqn);
      if (node != null)
        return null;

@maniksurtani
Copy link
Member Author

Good point - I'll update the pull req

@maniksurtani
Copy link
Member Author

Pull req updated

@galderz galderz closed this Jul 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants