Skip to content

Commit

Permalink
The Item should not be exposed by the OAI
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak authored May 23, 2024
1 parent 85bd6e2 commit a633892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private String getSetSpec() {
}

private DSpaceObject getDSpaceObject() {
if (Objects.isNull(dso)) {
if (Objects.nonNull(dso)) {
return dso;
}
if (Objects.nonNull(getConfiguration().get("handle"))) {
Expand Down

0 comments on commit a633892

Please sign in to comment.