Skip to content

Commit d26b260

Browse files
committed
removed comment in Configuration.mustache
1 parent bd19a51 commit d26b260

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

modules/openapi-generator/src/main/resources/Java/Configuration.mustache

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@ import java.util.Objects;
66
import java.util.concurrent.atomic.AtomicReference;
77
import java.util.function.Supplier;
88

9-
/**
10-
* modified version of the java-native version with planned enhancements:
11-
* <ul>
12-
* <li>private ctor (Effective Java item 4)</li>
13-
* <li>thread-safe storage of ApIClient ref</li>
14-
* <li>lazy eval of ApiClient</li>
15-
* <li>configurable callback to create ApiClient on demand</li>
16-
* </ul>
17-
*/
189
{{>generatedAnnotation}}
1910
public class Configuration {
2011
public static final String VERSION = "{{{artifactVersion}}}";

0 commit comments

Comments
 (0)