Clean up all recommendations, plus scads of missing Javascript semicolons.

This commit is contained in:
Mark H. Wood
2022-07-13 12:01:51 -04:00
parent c7c174ccf6
commit b0316b4f74
14 changed files with 126 additions and 139 deletions

View File

@@ -543,7 +543,7 @@ public class DOIIdentifierProvider extends FilteredIdentifierProvider {
if (DELETED.equals(doiRow.getStatus()) || TO_BE_DELETED.equals(doiRow.getStatus())) {
throw new DOIIdentifierException("You tried to update the metadata"
+ "of a DOI that is marked as DELETED.",
+ " of a DOI that is marked as DELETED.",
DOIIdentifierException.DOI_IS_DELETED);
}