Merge remote-tracking branch 'origin/289-server' into 289-server

This commit is contained in:
2025-12-13 17:50:03 +01:00

View File

@@ -1,6 +1,6 @@
package org.toop.framework.utils; package org.toop.framework.utils;
public class ImmutablePair <T, K> implements Pair<T,K> { public class ImmutablePair<T, K> implements Pair<T,K> {
final T left; final T left;
final K right; final K right;