Skip to content

Commit

Permalink
Merge pull request #2554 from zinzoddari/remove-deuplicate-words
Browse files Browse the repository at this point in the history
Remove duplicate words from comments
  • Loading branch information
bnasslahsen authored Mar 28, 2024
2 parents d8fb829 + 26c4a95 commit e8f5f12
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ protected void calculatePath(RouterOperation routerOperation, Locale locale, Ope
}

/**
* Customize data rest router operation router operation.
* Customize data rest router operation.
*
* @param routerOperation the router operation
* @return the router operation
Expand Down Expand Up @@ -869,7 +869,7 @@ protected Set<RequestMethod> getDefaultAllowedHttpMethods() {
}

/**
* Customise operation operation.
* Customise operation.
*
* @param operation the operation
* @param handlerMethod the handler method
Expand Down Expand Up @@ -1103,7 +1103,7 @@ private void fillRouterOperation(RouterFunctionData routerFunctionData, RouterOp
}

/**
* Build path item path item.
* Build path item.
*
* @param requestMethod the request method
* @param operation the operation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ RequestBodyService requestBodyBuilder(GenericParameterService parameterBuilder,
}

/**
* Security parser security parser.
* Security parser.
*
* @param propertyResolverUtils the property resolver utils
* @return the security parser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ private void getOidcClientRegistrationEndpoint(OpenAPI openAPI, SecurityFilterCh
}

/**
* Build operation operation.
* Build operation.
*
* @param apiResponses the api responses
* @return the operation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public Schema resolve(AnnotatedType type, ModelConverterContext context, Iterato
}

/**
* Compose polymorphic schema schema.
* Compose polymorphic schema.
*
* @param type the type
* @param schema the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public DataRestOperationService(DataRestRequestService dataRestRequestService, D
}

/**
* Build operation operation.
* Build operation.
*
* @param handlerMethod the handler method
* @param dataRestRepository the repository data rest
Expand Down Expand Up @@ -141,7 +141,7 @@ else if (ControllerType.SEARCH.equals(controllerType)) {
}

/**
* Build entity operation operation.
* Build entity operation.
*
* @param handlerMethod the handler method
* @param dataRestRepository the repository data rest
Expand All @@ -168,7 +168,7 @@ private Operation buildEntityOperation(HandlerMethod handlerMethod, DataRestRepo
}

/**
* Build search operation operation.
* Build search operation.
*
* @param handlerMethod the handler method
* @param dataRestRepository the repository data rest
Expand Down Expand Up @@ -292,7 +292,7 @@ private Parameter getParameterFromAnnotations(OpenAPI openAPI, MethodAttributes
}

/**
* Init operation operation.
* Init operation.
*
* @param handlerMethod the handler method
* @param domainType the domain type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ private void addResponse(RequestMethod requestMethod, String operationPath, ApiR
}

/**
* Find search return type type.
* Find search return type.
*
* @param methodResourceMapping the method resource mapping
* @param domainType the domain type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private Builder() {
}

/**
* An extension property extension property builder.
* An extension property builder.
*
* @return the extension property builder
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private void buildRequest(OpenAPI openAPI, String name, FunctionInvocationWrappe
}

/**
* Build router operation router operation.
* Build router operation.
*
* @param name the name
* @param type the type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ public Map<String, Object> getControllerAdviceMap() {
/**
* Gets cached open api.
*
* @param locale associated the the cache entry
* @param locale associated the cache entry
* @return the cached open api
*/
public OpenAPI getCachedOpenAPI(Locale locale) {
Expand All @@ -810,7 +810,7 @@ public OpenAPI getCachedOpenAPI(Locale locale) {
* Sets cached open api.
*
* @param cachedOpenAPI the cached open api
* @param locale associated the the cache entry
* @param locale associated the cache entry
*/
public void setCachedOpenAPI(OpenAPI cachedOpenAPI, Locale locale) {
this.cachedOpenAPI.put(locale.toLanguageTag(), cachedOpenAPI);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ public String getOperationId(String operationId, String oldOperationId, OpenAPI
}

/**
* Merge operation operation.
* Merge operation.
*
* @param operation the operation
* @param operationModel the operation model
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public void calculateRequestBodyInfo(Components components, MethodAttributes met
}

/**
* Build request body request body.
* Build request body.
*
* @param requestBody the request body
* @param components the components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ protected String addInitOauth(String html) throws JsonProcessingException {
}

/**
* Read fully as string string.
* Read fully as string.
*
* @param inputStream the input stream
* @return the string
Expand Down

0 comments on commit e8f5f12

Please sign in to comment.