Skip to content

Commit e8f5f12

Browse files
authored
Merge pull request #2554 from zinzoddari/remove-deuplicate-words
Remove duplicate words from comments
2 parents d8fb829 + 26c4a95 commit e8f5f12

12 files changed

+18
-18
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/api/AbstractOpenApiResource.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ protected void calculatePath(RouterOperation routerOperation, Locale locale, Ope
644644
}
645645

646646
/**
647-
* Customize data rest router operation router operation.
647+
* Customize data rest router operation.
648648
*
649649
* @param routerOperation the router operation
650650
* @return the router operation
@@ -869,7 +869,7 @@ protected Set<RequestMethod> getDefaultAllowedHttpMethods() {
869869
}
870870

871871
/**
872-
* Customise operation operation.
872+
* Customise operation.
873873
*
874874
* @param operation the operation
875875
* @param handlerMethod the handler method
@@ -1103,7 +1103,7 @@ private void fillRouterOperation(RouterFunctionData routerFunctionData, RouterOp
11031103
}
11041104

11051105
/**
1106-
* Build path item path item.
1106+
* Build path item.
11071107
*
11081108
* @param requestMethod the request method
11091109
* @param operation the operation

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/configuration/SpringDocConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ RequestBodyService requestBodyBuilder(GenericParameterService parameterBuilder,
348348
}
349349

350350
/**
351-
* Security parser security parser.
351+
* Security parser.
352352
*
353353
* @param propertyResolverUtils the property resolver utils
354354
* @return the security parser

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/configuration/SpringDocSecurityOAuth2Customizer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ private void getOidcClientRegistrationEndpoint(OpenAPI openAPI, SecurityFilterCh
353353
}
354354

355355
/**
356-
* Build operation operation.
356+
* Build operation.
357357
*
358358
* @param apiResponses the api responses
359359
* @return the operation

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/converters/PolymorphicModelConverter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public Schema resolve(AnnotatedType type, ModelConverterContext context, Iterato
8585
}
8686

8787
/**
88-
* Compose polymorphic schema schema.
88+
* Compose polymorphic schema.
8989
*
9090
* @param type the type
9191
* @param schema the schema

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/data/DataRestOperationService.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public DataRestOperationService(DataRestRequestService dataRestRequestService, D
110110
}
111111

112112
/**
113-
* Build operation operation.
113+
* Build operation.
114114
*
115115
* @param handlerMethod the handler method
116116
* @param dataRestRepository the repository data rest
@@ -141,7 +141,7 @@ else if (ControllerType.SEARCH.equals(controllerType)) {
141141
}
142142

143143
/**
144-
* Build entity operation operation.
144+
* Build entity operation.
145145
*
146146
* @param handlerMethod the handler method
147147
* @param dataRestRepository the repository data rest
@@ -168,7 +168,7 @@ private Operation buildEntityOperation(HandlerMethod handlerMethod, DataRestRepo
168168
}
169169

170170
/**
171-
* Build search operation operation.
171+
* Build search operation.
172172
*
173173
* @param handlerMethod the handler method
174174
* @param dataRestRepository the repository data rest
@@ -292,7 +292,7 @@ private Parameter getParameterFromAnnotations(OpenAPI openAPI, MethodAttributes
292292
}
293293

294294
/**
295-
* Init operation operation.
295+
* Init operation.
296296
*
297297
* @param handlerMethod the handler method
298298
* @param domainType the domain type

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/data/DataRestResponseService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private void addResponse(RequestMethod requestMethod, String operationPath, ApiR
189189
}
190190

191191
/**
192-
* Find search return type type.
192+
* Find search return type.
193193
*
194194
* @param methodResourceMapping the method resource mapping
195195
* @param domainType the domain type

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/fn/builders/extensionproperty/Builder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private Builder() {
5959
}
6060

6161
/**
62-
* An extension property extension property builder.
62+
* An extension property builder.
6363
*
6464
* @return the extension property builder
6565
*/

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/providers/SpringCloudFunctionProvider.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private void buildRequest(OpenAPI openAPI, String name, FunctionInvocationWrappe
227227
}
228228

229229
/**
230-
* Build router operation router operation.
230+
* Build router operation.
231231
*
232232
* @param name the name
233233
* @param type the type

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/service/OpenAPIService.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ public Map<String, Object> getControllerAdviceMap() {
799799
/**
800800
* Gets cached open api.
801801
*
802-
* @param locale associated the the cache entry
802+
* @param locale associated the cache entry
803803
* @return the cached open api
804804
*/
805805
public OpenAPI getCachedOpenAPI(Locale locale) {
@@ -810,7 +810,7 @@ public OpenAPI getCachedOpenAPI(Locale locale) {
810810
* Sets cached open api.
811811
*
812812
* @param cachedOpenAPI the cached open api
813-
* @param locale associated the the cache entry
813+
* @param locale associated the cache entry
814814
*/
815815
public void setCachedOpenAPI(OpenAPI cachedOpenAPI, Locale locale) {
816816
this.cachedOpenAPI.put(locale.toLanguageTag(), cachedOpenAPI);

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/service/OperationService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ public String getOperationId(String operationId, String oldOperationId, OpenAPI
613613
}
614614

615615
/**
616-
* Merge operation operation.
616+
* Merge operation.
617617
*
618618
* @param operation the operation
619619
* @param operationModel the operation model

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/service/RequestBodyService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public void calculateRequestBodyInfo(Components components, MethodAttributes met
269269
}
270270

271271
/**
272-
* Build request body request body.
272+
* Build request body.
273273
*
274274
* @param requestBody the request body
275275
* @param components the components

springdoc-openapi-starter-common/src/main/java/org/springdoc/ui/AbstractSwaggerIndexTransformer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ protected String addInitOauth(String html) throws JsonProcessingException {
108108
}
109109

110110
/**
111-
* Read fully as string string.
111+
* Read fully as string.
112112
*
113113
* @param inputStream the input stream
114114
* @return the string

0 commit comments

Comments
 (0)