mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-07 20:16:09 +00:00
Merge remote-tracking branch 'origin/master' into 3.4.x
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<dependency>
|
||||
<groupId>io.airlift</groupId>
|
||||
<artifactId>airline</artifactId>
|
||||
<version>0.7</version>
|
||||
<version>0.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode.lambdaj</groupId>
|
||||
|
||||
@@ -84,7 +84,8 @@ public class CompletionCommand
|
||||
null,
|
||||
null,
|
||||
suggesterMetadata.getMetadataInjections(),
|
||||
bindings.build());
|
||||
bindings.build(),
|
||||
new DefaultCommandFactory<Suggester>());
|
||||
|
||||
return suggester.suggest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user