Skip to content

Commit

Permalink
[typescript] remove duplicate TypeScriptJqueryClientCodegen.SNAPSHOT …
Browse files Browse the repository at this point in the history
…field (#3298)

Fix following issue:

The field TypeScriptJqueryClientCodegen.SNAPSHOT is hiding a field from type AbstractTypeScriptClientCodegen
  • Loading branch information
jmini committed Jul 8, 2019
1 parent 51e7005 commit 7b7e147
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 7b7e147

Please sign in to comment.