File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1045,6 +1045,7 @@ Here is a list of template creators:
1045
1045
* Scala (sttp): @chameleon82
1046
1046
* Scala (sttp4): @flsh86
1047
1047
* Scala (Pekko): @mickaelmagniez
1048
+ * Scala (http4s): @JennyLeahy
1048
1049
* Swift: @tkqubo
1049
1050
* Swift 3: @hexelon
1050
1051
* Swift 4: @ehyche
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2018 OpenAPI-Generator Contributors (https://openapi-generator.tech)
3
- * Copyright 2018 SmartBear Software
4
3
*
5
4
* Licensed under the Apache License, Version 2.0 (the "License");
6
5
* you may not use this file except in compliance with the License.
@@ -240,7 +239,7 @@ public void processOpts() {
240
239
this .importMapping .put ("Instant" , "java.time.Instant" );
241
240
this .importMapping .put ("OffsetDateTime" , "java.time.OffsetDateTime" );
242
241
additionalProperties .put ("java8" , "true" );
243
- } else {
242
+ } else {
244
243
String error = "DateLibrary " + dateLibrary + " is not supported. Please use java8" ;
245
244
LOGGER .error (error );
246
245
throw new RuntimeException (error );
You can’t perform that action at this time.
0 commit comments