Skip to content

Commit

Permalink
3.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Sinri Edogawa <[email protected]>
  • Loading branch information
sinri committed Apr 2, 2024
1 parent d0fba90 commit 02e2d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

<groupId>io.github.sinri</groupId>
<artifactId>Keel</artifactId>
<version>3.2.3-SNAPSHOT</version>
<!-- <version>3.2.2</version>-->
<!-- <version>3.2.3-SNAPSHOT</version>-->
<version>3.2.3</version>

<name>Keel</name>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public ConditionsComponent() {
}

public ConditionsComponent(@Nonnull ConditionsComponent another) {
this.conditions = another.conditions;
this.conditions = new ArrayList<>(another.conditions);
}

public boolean isEmpty() {
Expand Down

0 comments on commit 02e2d04

Please sign in to comment.