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

List behaves like get for undefined keys #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdwr98
Copy link

@sdwr98 sdwr98 commented Oct 31, 2013

Was hoping to make list behave like get for undefined keys. Currently if you call listChildren() on a key that doesn't exist, you just get a generic error. I wanted to make it behave more like get(), where if the key doesn't exist you just get null back.

Makes list behave like get for keys that do not exist - returns a null
object instead of throwing an exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant