Skip to content

Commit 234e595

Browse files
authored
Remove unused fields from JsonSchemaVersion (#642)
1 parent 9e2e151 commit 234e595

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/networknt/schema/JsonSchemaVersion.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import java.util.List;
55

66
public abstract class JsonSchemaVersion {
7-
protected static String URI;
8-
protected static String ID;
97
public static final List<Format> BUILTIN_FORMATS = new ArrayList<Format>(JsonMetaSchema.COMMON_BUILTIN_FORMATS);
108
static {
119
// add version specific formats here.

0 commit comments

Comments
 (0)