Skip to content

Commit

Permalink
#550 Removed default case
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Nov 4, 2024
1 parent 6531eea commit ca465d8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ public Source resolve(String href, String base) throws TransformerException {
case subjectArea -> resolveSubjectArea(fromValue);
case thesisType -> resolveThesisType(fromValue);
case visibility -> resolveVisibility(fromValue);
default -> SysValue.UnresolvedSysValue;
};

LOGGER.info("Resolved {} to {}", href, String.valueOf(getFieldValue(sysValue, field)));
Expand Down

0 comments on commit ca465d8

Please sign in to comment.