Skip to content

Commit

Permalink
Merge pull request #656 from rasommer/fix-UserFacade-params
Browse files Browse the repository at this point in the history
Fix Javadoc's @param
  • Loading branch information
shopizer-ecommerce authored Nov 16, 2021
2 parents b3fe1a4 + fdaae56 commit 6d9c834
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public interface UserFacade {
/**
* Find user by id
* @param id
* @param merchant
* @param store
* @param lang
* @return
*/
Expand Down Expand Up @@ -81,7 +81,7 @@ public interface UserFacade {
/**
* Determines if a user is in a specific group
* @param userName
* @param groupName
* @param groupNames
*/
void authorizedGroup(String userName, List<String> groupNames);

Expand Down Expand Up @@ -142,7 +142,6 @@ public interface UserFacade {
* Change password request
* @param userId
* @param authenticatedUser
* @param storeCode
* @param changePassword
*/
void changePassword(Long userId, String authenticatedUser, UserPassword changePassword);
Expand Down

0 comments on commit 6d9c834

Please sign in to comment.