Skip to content

Commit

Permalink
wording fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jun 11, 2018
1 parent 99acee4 commit 3f05fc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/auth0/json/mgmt/client/ClientsPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.List;

/**
* Class that represents a given Page of Clients. Related to the {@link com.auth0.client.mgmt.ClientsEntity} entity.
* Class that represents a given page of Clients. Related to the {@link com.auth0.client.mgmt.ClientsEntity} entity.
*/
@SuppressWarnings({"unused", "WeakerAccess"})
@JsonIgnoreProperties(ignoreUnknown = true)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.List;

/**
* Class that represents a given Page of Log Events. Related to the {@link com.auth0.client.mgmt.LogEventsEntity} entity.
* Class that represents a given page of Log Events. Related to the {@link com.auth0.client.mgmt.LogEventsEntity} entity.
*/
@SuppressWarnings({"unused", "WeakerAccess"})
@JsonIgnoreProperties(ignoreUnknown = true)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/auth0/json/mgmt/users/UsersPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import java.util.List;

/**
* Class that represents a given Page of Users. Related to the {@link com.auth0.client.mgmt.UsersEntity} entity.
* Class that represents a given Ppge of Users. Related to the {@link com.auth0.client.mgmt.UsersEntity} entity.
*/
@SuppressWarnings({"unused", "WeakerAccess"})
@JsonIgnoreProperties(ignoreUnknown = true)
Expand Down

0 comments on commit 3f05fc7

Please sign in to comment.