Fix typos in documentations.
Fix typos in READMEs, javadoc, comments and code. Original pull request #642
This commit is contained in:
committed by
Jens Schauder
parent
1aec184ff0
commit
ce994f9ea0
@@ -56,7 +56,7 @@ public class Password implements CharSequence {
|
||||
|
||||
/**
|
||||
* Creates a new encrypted {@link Password} for the given {@link String}. Note how this method is package protected so
|
||||
* that encrypted passwords can only created by components in this package and not accidentally by clients using the
|
||||
* that encrypted passwords can only be created by components in this package and not accidentally by clients using the
|
||||
* type from other packages.
|
||||
*
|
||||
* @param password must not be {@literal null} or empty.
|
||||
|
||||
@@ -58,7 +58,7 @@ class UserController {
|
||||
private final UserManagement userManagement;
|
||||
|
||||
/**
|
||||
* Equis the model with a {@link Page} of {@link User}s. Spring Data automatically populates the {@link Pageable} from
|
||||
* Populates the model with a {@link Page} of {@link User}s. Spring Data automatically populates the {@link Pageable} from
|
||||
* request data according to the setup of {@link PageableHandlerMethodArgumentResolver}. Note how the defaults can be
|
||||
* tweaked by using {@link PageableDefault}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user