Skip to content

Commit

Permalink
SpringSocialMicrosoft#154 fixing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmelser committed Feb 8, 2018
1 parent 3351284 commit 5955c3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public interface AdminUserOperations extends UserOperations{
* Gets a list of deleted CustomerUser resources for a customer by customer ID.
*
* @param customerId The value is a GUID formatted customer-id that identifies the customer.
* @return
* @return List of deleted CustomerUsers
*/
ResponseEntity<PartnerCenterResponse<CustomerUser>> getDeletedUsers(String customerId);

Expand All @@ -33,7 +33,7 @@ public interface AdminUserOperations extends UserOperations{
*
* @param customerId The value is a GUID formatted customer-id that identifies the customer.
* @param size The maximum size of the list to be returned
* @return
* @return List of deleted CustomerUsers
*/
ResponseEntity<PartnerCenterResponse<CustomerUser>> getDeletedUsers(String customerId, Integer size);
}

0 comments on commit 5955c3d

Please sign in to comment.