mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Merge remote-tracking branch 'origin/289-server' into 289-server
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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 K right;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user