Skip to content
Merged
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 @@ -32,9 +32,9 @@ public class AuthenticityResultType {

public static final int PHOTO_EMBED_TYPE = 512;

public static final int HOLOGRAMS = 1024;
public static final int OVI = 1024;

public static final int OVI = 4096;
public static final int HOLOGRAMS = 4096;

public static final int PHOTO_AREA = 8192;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1862,11 +1862,11 @@ public class TextFieldType {
public static final int PLACE_OF_BIRTH_CITY = 666;

/** Year of birth */
public static final int YEAR_OF_EXPIRY = 667;
public static final int YEAR_OF_BIRTH = 667;

/** Year of expiry */
public static final int GRANDFATHER_NAME_MATERNAL = 668;
public static final int YEAR_OF_EXPIRY = 668;

/** Grandfather mame maternal */
public static final int NUMBER_669 = 669;
public static final int GRANDFATHER_NAME_MATERNAL = 669;
}