Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove multistate version #59

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class UsCaV1 extends AbstractLazilyEncodableSection {

public static int ID = 8;
public static int VERSION = 1;
public static String NAME = "uscav1";
public static String NAME = "usca";

public UsCaV1() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class UsCoV1 extends AbstractLazilyEncodableSection {

public static int ID = 10;
public static int VERSION = 1;
public static String NAME = "uscov1";
public static String NAME = "usco";

public UsCoV1() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class UsCtV1 extends AbstractLazilyEncodableSection {

public static int ID = 12;
public static int VERSION = 1;
public static String NAME = "usctv1";
public static String NAME = "usct";

public UsCtV1() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class UsNatV1 extends AbstractLazilyEncodableSection {

public static int ID = 7;
public static int VERSION = 1;
public static String NAME = "usnatv1";
public static String NAME = "usnat";

public UsNatV1() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class UsUtV1 extends AbstractLazilyEncodableSection {

public static int ID = 11;
public static int VERSION = 1;
public static String NAME = "usutv1";
public static String NAME = "usut";

public UsUtV1() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class UsVaV1 extends AbstractLazilyEncodableSection {

public static int ID = 9;
public static int VERSION = 1;
public static String NAME = "usvav1";
public static String NAME = "usva";

public UsVaV1() {
super();
Expand Down