Removed space in naming

This commit is contained in:
lieght
2025-12-13 17:38:36 +01:00
parent 89a9cb1e55
commit cd5736afc8

View File

@@ -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;