Polishing
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user