Skip to content
Snippets Groups Projects
Commit ef176de4 authored by Julian Horner's avatar Julian Horner
Browse files

Minor improvements

parent 91a32b53
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,6 @@ extends UsernamePasswordAuthenticationFilter { ...@@ -141,7 +141,6 @@ extends UsernamePasswordAuthenticationFilter {
public String getPassword() { return password; } public String getPassword() { return password; }
public void setPassword(final String value) { password = value; } public void setPassword(final String value) { password = value; }
} }
//--------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment