Skip to content

Commit 7b7e147

Browse files
authored
[typescript] remove duplicate TypeScriptJqueryClientCodegen.SNAPSHOT field (#3298)
Fix following issue: The field TypeScriptJqueryClientCodegen.SNAPSHOT is hiding a field from type AbstractTypeScriptClientCodegen
1 parent 51e7005 commit 7b7e147

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class TypeScriptJqueryClientCodegen extends AbstractTypeScriptClientCodeg
3535
private static final Logger LOGGER = LoggerFactory.getLogger(TypeScriptJqueryClientCodegen.class);
3636

3737
public static final String NPM_REPOSITORY = "npmRepository";
38-
public static final String SNAPSHOT = "snapshot";
3938
public static final String JQUERY_ALREADY_IMPORTED = "jqueryAlreadyImported";
4039

4140
protected String npmRepository = null;

0 commit comments

Comments
 (0)