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

SessionFacade.remove(String) does not return value. #941

Closed
yanchevsky opened this issue Oct 10, 2019 · 1 comment
Closed

SessionFacade.remove(String) does not return value. #941

yanchevsky opened this issue Oct 10, 2019 · 1 comment
Assignees

Comments

@yanchevsky
Copy link
Contributor

The SessionFacade class contains two methods for removing a value from a session:

Object remove(Object key)

and

void remove(String key)

The second method prevents the proper use of this API. You are forced to use additional code if your key is a string and you want to get the stored value.

@ipolevoy ipolevoy transferred this issue from javalite/activeweb Oct 10, 2019
@ipolevoy ipolevoy changed the title SessionFacade.remove(String) not return value. SessionFacade.remove(String) does not not return value. Oct 10, 2019
@ipolevoy ipolevoy changed the title SessionFacade.remove(String) does not not return value. SessionFacade.remove(String) does not return value. Oct 10, 2019
@ipolevoy ipolevoy self-assigned this Oct 10, 2019
ipolevoy added a commit that referenced this issue Oct 10, 2019
@ipolevoy
Copy link
Member

@yanchevsky a new snapshot will be built soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants