Skip to content

Commit

Permalink
Update Kitodo-API/src/main/java/org/kitodo/api/dataformat/MediaPartia…
Browse files Browse the repository at this point in the history
…l.java

Co-authored-by: Arved Solth <solth@effective-webwork.de>
  • Loading branch information
markusweigelt and solth authored Jan 24, 2024
1 parent bf75f74 commit c1baf8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public boolean equals(Object o) {
if (this == o) {
return true;
}
if (o == null || !getClass().isInstance(o)) {
if (!getClass().isInstance(o)) {
return false;
}

Expand Down

0 comments on commit c1baf8a

Please sign in to comment.