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
1 change: 1 addition & 0 deletions src/main/java/org/verapdf/as/ASAtom.java
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ public class ASAtom implements Comparable<ASAtom> {
public static final ASAtom MATRIX = new ASAtom("Matrix");
public static final ASAtom MAX_LEN = new ASAtom("MaxLen");
public static final ASAtom MAX_WIDTH = new ASAtom("MaxWidth");
public static final ASAtom MCD = new ASAtom("MCD");
public static final ASAtom MCID = new ASAtom("MCID");
public static final ASAtom MCR = new ASAtom("MCR");
public static final ASAtom MDP = new ASAtom("MDP");
Expand Down
Loading