Removed old already commented constants

This commit is contained in:
Luca Frosini 2023-02-10 16:56:24 +01:00
parent fd4de16328
commit e5ccf89c0c
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@ public class TypeImpl implements Type {
*/
private static final long serialVersionUID = -4333954207969059451L;
/*
public final static String DESCRIPTION = "DESCRIPTION";
public final static String VERSION = "VERSION";
public final static String CHANGELOG = "CHANGELOG";
*/
public static final Map<Version, String> DEFAULT_CHANGELOG_MAP;
private static final Map<String, String> DEFAULT_CHANGELOG_MAP_KEY_AS_STRING;