[typescript] remove duplicate TypeScriptJqueryClientCodegen.SNAPSHOT field (#3298)

Fix following issue:

The field TypeScriptJqueryClientCodegen.SNAPSHOT is hiding a field from type AbstractTypeScriptClientCodegen
This commit is contained in:
Jérémie Bresson
2019-07-08 10:59:11 +02:00
committed by GitHub
parent 51e7005373
commit 7b7e147696

View File

@@ -35,7 +35,6 @@ public class TypeScriptJqueryClientCodegen extends AbstractTypeScriptClientCodeg
private static final Logger LOGGER = LoggerFactory.getLogger(TypeScriptJqueryClientCodegen.class);
public static final String NPM_REPOSITORY = "npmRepository";
public static final String SNAPSHOT = "snapshot";
public static final String JQUERY_ALREADY_IMPORTED = "jqueryAlreadyImported";
protected String npmRepository = null;