Skip to content

Commit

Permalink
Update dc-model/src/main/java/de/digitalcollections/model/identifiabl…
Browse files Browse the repository at this point in the history
…e/entity/Collection.java

Co-authored-by: Matthias Lindinger <morpheus-87@users.noreply.github.com>
  • Loading branch information
daforster and morpheus-87 committed Mar 29, 2023
1 parent adb6e65 commit 6f2d15d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public int hashCode() {
@Override
protected void init() {
super.init();
if (entities == null) entities = new ArrayList<>();
if (entities == null) entities = new ArrayList<>(0);
if (node == null) node = new Node<>();
}

Expand Down

0 comments on commit 6f2d15d

Please sign in to comment.