Polishing

This commit is contained in:
Greg Turnquist
2019-07-30 10:28:31 -05:00
parent 6c0bb88f8f
commit 8e2da9fdd7
2 changed files with 3 additions and 3 deletions

View File

@@ -101,8 +101,8 @@ class EmployeeResourceAssembler extends SimpleIdentifiableResourceAssembler<Empl
/**
* Link the {@link Employee} domain type to the {@link EmployeeController} using this
* {@link SimpleIdentifiableResourceAssembler} in order to generate both {@link org.springframework.hateoas.Resource}
* and {@link org.springframework.hateoas.Resources}.
* {@link SimpleIdentifiableResourceAssembler} in order to generate both {@link org.springframework.hateoas.EntityModel}
* and {@link org.springframework.hateoas.CollectionModel}.
*/
EmployeeResourceAssembler() {
super(EmployeeController.class);

View File

@@ -27,7 +27,7 @@ class EmployeeRepresentationModelAssembler extends SimpleIdentifiableRepresentat
/**
* Link the {@link Employee} domain type to the {@link EmployeeController} using this
* {@link SimpleIdentifiableRepresentationModelAssembler} in order to generate both
* {@link org.springframework.hateoas.Resource} and {@link org.springframework.hateoas.CollectionModel}.
* {@link org.springframework.hateoas.EntityModel} and {@link org.springframework.hateoas.CollectionModel}.
*/
EmployeeRepresentationModelAssembler() {
super(EmployeeController.class);