mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
Fix typo in KotlinClientCodegen.java user-visible error message (#17674)
This commit is contained in:
parent
659e21a4bf
commit
74a3a8870d
@ -771,7 +771,7 @@ public class KotlinClientCodegen extends AbstractKotlinCodegen {
|
|||||||
|
|
||||||
private void processJvmSpringRestClientLibrary(final String infrastructureFolder) {
|
private void processJvmSpringRestClientLibrary(final String infrastructureFolder) {
|
||||||
if (additionalProperties.getOrDefault(USE_SPRING_BOOT3, false).equals(false)) {
|
if (additionalProperties.getOrDefault(USE_SPRING_BOOT3, false).equals(false)) {
|
||||||
throw new RuntimeException("This library muse use spring boot 3. Try adding '--additional-properties useSpringBoot3=true' to your command.");
|
throw new RuntimeException("This library must use Spring Boot 3. Try adding '--additional-properties useSpringBoot3=true' to your command.");
|
||||||
}
|
}
|
||||||
|
|
||||||
proccessJvmSpring(infrastructureFolder);
|
proccessJvmSpring(infrastructureFolder);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user