From 27bf571d6413c3cc6a5d664b5bddd38d21d7b1cd Mon Sep 17 00:00:00 2001 From: EVE Date: Mon, 13 Mar 2017 16:42:21 -0400 Subject: Formatting --- .../src/main/java/bjc/utils/funcdata/FunctionalMap.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/funcdata/FunctionalMap.java') diff --git a/BJC-Utils2/src/main/java/bjc/utils/funcdata/FunctionalMap.java b/BJC-Utils2/src/main/java/bjc/utils/funcdata/FunctionalMap.java index cc70ae1..3d3fed1 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/funcdata/FunctionalMap.java +++ b/BJC-Utils2/src/main/java/bjc/utils/funcdata/FunctionalMap.java @@ -14,9 +14,9 @@ import bjc.utils.data.IPair; * @author ben * * @param - * The type of the map's keys + * The type of the map's keys * @param - * The type of the map's values + * The type of the map's values */ public class FunctionalMap implements IMap { private Map wrappedMap; @@ -32,7 +32,7 @@ public class FunctionalMap implements IMap... entries) { @@ -49,7 +49,7 @@ public class FunctionalMap implements IMap wrap) { if (wrap == null) { @@ -119,8 +119,7 @@ public class FunctionalMap implements IMap IMap mapValues( - Function transformer) { + public IMap mapValues(Function transformer) { if (transformer == null) { throw new NullPointerException("Transformer must not be null"); } -- cgit v1.2.3