@@ -82,8 +82,8 @@ public class DataRestOperationService {
82
82
/**
83
83
* Instantiates a new Data rest operation builder.
84
84
*
85
- * @param dataRestRequestService the data rest request builder
86
- * @param tagsBuilder the tags builder
85
+ * @param dataRestRequestService the data rest request builder
86
+ * @param tagsBuilder the tags builder
87
87
* @param dataRestResponseService the data rest response builder
88
88
*/
89
89
public DataRestOperationService (DataRestRequestService dataRestRequestService , DataRestTagsService tagsBuilder ,
@@ -96,15 +96,15 @@ public DataRestOperationService(DataRestRequestService dataRestRequestService, D
96
96
/**
97
97
* Build operation operation.
98
98
*
99
- * @param handlerMethod the handler method
100
- * @param dataRestRepository the repository data rest
101
- * @param openAPI the open api
102
- * @param requestMethod the request method
103
- * @param operationPath the operation path
104
- * @param methodAttributes the method attributes
105
- * @param resourceMetadata the resource metadata
106
- * @param methodResourceMapping the method resource mapping
107
- * @param controllerType the controller type
99
+ * @param handlerMethod the handler method
100
+ * @param dataRestRepository the repository data rest
101
+ * @param openAPI the open api
102
+ * @param requestMethod the request method
103
+ * @param operationPath the operation path
104
+ * @param methodAttributes the method attributes
105
+ * @param resourceMetadata the resource metadata
106
+ * @param methodResourceMapping the method resource mapping
107
+ * @param controllerType the controller type
108
108
* @return the operation
109
109
*/
110
110
public Operation buildOperation (HandlerMethod handlerMethod , DataRestRepository dataRestRepository ,
@@ -127,13 +127,13 @@ else if (ControllerType.SEARCH.equals(controllerType)) {
127
127
/**
128
128
* Build entity operation operation.
129
129
*
130
- * @param handlerMethod the handler method
131
- * @param dataRestRepository the repository data rest
132
- * @param openAPI the open api
133
- * @param requestMethod the request method
134
- * @param operationPath the operation path
135
- * @param methodAttributes the method attributes
136
- * @param resourceMetadata the resource metadata
130
+ * @param handlerMethod the handler method
131
+ * @param dataRestRepository the repository data rest
132
+ * @param openAPI the open api
133
+ * @param requestMethod the request method
134
+ * @param operationPath the operation path
135
+ * @param methodAttributes the method attributes
136
+ * @param resourceMetadata the resource metadata
137
137
* @return the operation
138
138
*/
139
139
private Operation buildEntityOperation (HandlerMethod handlerMethod , DataRestRepository dataRestRepository ,
@@ -154,12 +154,12 @@ private Operation buildEntityOperation(HandlerMethod handlerMethod, DataRestRepo
154
154
/**
155
155
* Build search operation operation.
156
156
*
157
- * @param handlerMethod the handler method
158
- * @param dataRestRepository the repository data rest
159
- * @param openAPI the open api
160
- * @param requestMethod the request method
161
- * @param methodAttributes the method attributes
162
- * @param methodResourceMapping the method resource mapping
157
+ * @param handlerMethod the handler method
158
+ * @param dataRestRepository the repository data rest
159
+ * @param openAPI the open api
160
+ * @param requestMethod the request method
161
+ * @param methodAttributes the method attributes
162
+ * @param methodResourceMapping the method resource mapping
163
163
* @return the operation
164
164
*/
165
165
private Operation buildSearchOperation (HandlerMethod handlerMethod , DataRestRepository dataRestRepository ,
@@ -201,9 +201,9 @@ private Operation buildSearchOperation(HandlerMethod handlerMethod, DataRestRepo
201
201
/**
202
202
* Init operation operation.
203
203
*
204
- * @param handlerMethod the handler method
205
- * @param domainType the domain type
206
- * @param requestMethod the request method
204
+ * @param handlerMethod the handler method
205
+ * @param domainType the domain type
206
+ * @param requestMethod the request method
207
207
* @return the operation
208
208
*/
209
209
private Operation initOperation (HandlerMethod handlerMethod , Class <?> domainType , RequestMethod requestMethod ) {
@@ -221,8 +221,8 @@ private Operation initOperation(HandlerMethod handlerMethod, Class<?> domainType
221
221
/**
222
222
* Add operation description.
223
223
*
224
- * @param operation the operation
225
- * @param requestMethod the request method
224
+ * @param operation the operation
225
+ * @param requestMethod the request method
226
226
* @param entity the entity
227
227
*/
228
228
private void addOperationDescription (Operation operation , RequestMethod requestMethod , String entity ) {
0 commit comments