aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/store
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-12-08 21:47:30 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-12-08 21:48:25 +0100
commitbfaa848ffcb31e4d992062f917c87d6131d8cd17 (patch)
tree6c3b8c474abf0c9faa39f4b80920e5f83a6f5cbd /subprojects/store
parentfix: typo (diff)
downloadrefinery-bfaa848ffcb31e4d992062f917c87d6131d8cd17.tar.gz
refinery-bfaa848ffcb31e4d992062f917c87d6131d8cd17.tar.zst
refinery-bfaa848ffcb31e4d992062f917c87d6131d8cd17.zip
chore: upgrade to Eclipse 2023-12
Updates references to Eclipse in documentation (but IntelliJ is the preferred editor now). Also fixes incompatibilities with the Eclipse compiler.
Diffstat (limited to 'subprojects/store')
-rw-r--r--subprojects/store/src/test/java/tools/refinery/store/model/hashtests/HashEfficiencyTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/store/src/test/java/tools/refinery/store/model/hashtests/HashEfficiencyTest.java b/subprojects/store/src/test/java/tools/refinery/store/model/hashtests/HashEfficiencyTest.java
index 5b595da7..cbc60a01 100644
--- a/subprojects/store/src/test/java/tools/refinery/store/model/hashtests/HashEfficiencyTest.java
+++ b/subprojects/store/src/test/java/tools/refinery/store/model/hashtests/HashEfficiencyTest.java
@@ -3,7 +3,7 @@
3 * 3 *
4 * SPDX-License-Identifier: EPL-2.0 4 * SPDX-License-Identifier: EPL-2.0
5 */ 5 */
6package tools.refinery.store.model.hashTests; 6package tools.refinery.store.model.hashtests;
7 7
8import static org.junit.jupiter.api.Assertions.assertEquals; 8import static org.junit.jupiter.api.Assertions.assertEquals;
9 9