Removed old already commented constants
This commit is contained in:
parent
fd4de16328
commit
e5ccf89c0c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue