Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/main/java/org/verapdf/as/ASAtom.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,11 @@ public class ASAtom implements Comparable<ASAtom> {
public static final ASAtom COLUMNS = new ASAtom("Columns");
public static final ASAtom COMPATIBLE = new ASAtom("Compatible");
public static final ASAtom COMPONENTS = new ASAtom("Components");
public static final ASAtom CONFIGS = new ASAtom("Configs");
public static final ASAtom CONTACT_INFO = new ASAtom("ContactInfo");
public static final ASAtom CONTENTS = new ASAtom("Contents");
public static final ASAtom CONFIGS = new ASAtom("Configs");
public static final ASAtom CONTINUED_FROM = new ASAtom("ContinuedFrom");
public static final ASAtom CONTINUED_LIST = new ASAtom("ContinuedList");
public static final ASAtom COORDS = new ASAtom("Coords");
public static final ASAtom COUNT = new ASAtom("Count");
public static final ASAtom COURIER = new ASAtom("Courier");
Expand Down