File tree Expand file tree Collapse file tree
src/main/java/org/verapdf/as Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,9 +157,11 @@ public class ASAtom implements Comparable<ASAtom> {
157157 public static final ASAtom COLUMNS = new ASAtom ("Columns" );
158158 public static final ASAtom COMPATIBLE = new ASAtom ("Compatible" );
159159 public static final ASAtom COMPONENTS = new ASAtom ("Components" );
160+ public static final ASAtom CONFIGS = new ASAtom ("Configs" );
160161 public static final ASAtom CONTACT_INFO = new ASAtom ("ContactInfo" );
161162 public static final ASAtom CONTENTS = new ASAtom ("Contents" );
162- public static final ASAtom CONFIGS = new ASAtom ("Configs" );
163+ public static final ASAtom CONTINUED_FROM = new ASAtom ("ContinuedFrom" );
164+ public static final ASAtom CONTINUED_LIST = new ASAtom ("ContinuedList" );
163165 public static final ASAtom COORDS = new ASAtom ("Coords" );
164166 public static final ASAtom COUNT = new ASAtom ("Count" );
165167 public static final ASAtom COURIER = new ASAtom ("Courier" );
You can’t perform that action at this time.
0 commit comments