From 7ed88d289b0bbc00b097e345dfac90208038cab3 Mon Sep 17 00:00:00 2001 From: bculkin2442 Date: Tue, 22 Mar 2016 12:29:26 -0400 Subject: General formatting changes --- BJC-Utils2/src/main/java/bjc/utils/data/IPair.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'BJC-Utils2/src/main/java/bjc/utils/data') diff --git a/BJC-Utils2/src/main/java/bjc/utils/data/IPair.java b/BJC-Utils2/src/main/java/bjc/utils/data/IPair.java index 9923099..fcf5618 100644 --- a/BJC-Utils2/src/main/java/bjc/utils/data/IPair.java +++ b/BJC-Utils2/src/main/java/bjc/utils/data/IPair.java @@ -46,7 +46,9 @@ public interface IPair { /** * Collapse this pair to a single value. Does not change the internal * contents of this pair. - * @param The resulting type after merging + * + * @param + * The resulting type after merging * * @param bf * The function to use to collapse the pair. -- cgit v1.2.3