Skip to content

Commit

Permalink
remove accessor => @resource
Browse files Browse the repository at this point in the history
  • Loading branch information
pomverte committed Jul 1, 2014
1 parent 1bf6d9a commit abbf26a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,4 @@ public UserDetails loadUserByUsername(String username)
"username [%s] not found", username));
}

public List<UserDetailsService> getUserDetailsServiceList() {
return userDetailsServiceList;
}

public void setUserDetailsServiceList(
List<UserDetailsService> userDetailsServiceList) {
this.userDetailsServiceList = userDetailsServiceList;
}

}

0 comments on commit abbf26a

Please sign in to comment.