This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit a71b2816 authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Fixing UserIdId -> UserId

parent 5a60cae7
Branches
Tags
2 merge requests!55June Release,!52Resolve "Extend Bookmarklists and implement stored searches"
......@@ -63,7 +63,7 @@ public class SavedSearchesDTO implements Serializable {
return userLogin;
}
public void setUserIdLogin(String userLogin) {
public void setUserLogin(String userLogin) {
this.userLogin = userLogin;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment