Skip to content

Commit 3d75b21

Browse files
committed
revert change
1 parent 54ea7b6 commit 3d75b21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/KotlinSpringServerCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ protected ImmutableMap.Builder<String, Lambda> addMustacheLambdas() {
832832

833833
@Override
834834
public void addOperationToGroup(String tag, String resourcePath, Operation operation, CodegenOperation co, Map<String, List<CodegenOperation>> operations) {
835-
if ((library.equals(SPRING_BOOT) || library.equals(SPRING_DECLARATIVE_HTTP_INTERFACE_LIBRARY)) && !useTags) {
835+
if (library.equals(SPRING_BOOT) && !useTags) {
836836
String basePath = resourcePath;
837837
if (basePath.startsWith("/")) {
838838
basePath = basePath.substring(1);

0 commit comments

Comments
 (0)