-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into map-new-v3-work-types-to-v2-type-other
- Loading branch information
Showing
3 changed files
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,6 @@ public class EmailConstants { | |
|
||
public static final String DO_NOT_REPLY_VERIFY_ORCID_ORG = "ORCID - Do not reply <[email protected]>"; | ||
|
||
public static final VerificationDate VERIFICATION_DATE_CUTOFF; | ||
|
||
static { | ||
XMLGregorianCalendar gregorianCutoffDate = null; | ||
VerificationDate verificationDate = null; | ||
|
@@ -46,6 +44,5 @@ public class EmailConstants { | |
throw new RuntimeException("Error initializing XMLGregorianCalendar", e); | ||
} | ||
|
||
VERIFICATION_DATE_CUTOFF = verificationDate; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters