mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 19:04:49 +00:00
Removed space in naming
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