Skip to content

Commit

Permalink
Fixed checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Dec 15, 2023
1 parent 3d88a75 commit 53b5cd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ public void reserveDOI(Context context, DSpaceObject dso, String doi)
return;
}
// 400 -> invalid XML
case (422):
case (422):
case (400): {
log.warn("DataCite was unable to understand the XML we send.");
log.warn("DataCite Metadata API returned a http status code "
Expand Down

0 comments on commit 53b5cd2

Please sign in to comment.