From 46c719b5538e8728f3f840b87064ddb04fa85517 Mon Sep 17 00:00:00 2001 From: Ben Culkin Date: Sat, 13 Mar 2021 10:15:01 -0500 Subject: Update documentation --- src/main/java/bjc/data/Identity.java | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/main/java/bjc/data/Identity.java') diff --git a/src/main/java/bjc/data/Identity.java b/src/main/java/bjc/data/Identity.java index e488072..fc4798e 100644 --- a/src/main/java/bjc/data/Identity.java +++ b/src/main/java/bjc/data/Identity.java @@ -99,8 +99,8 @@ public class Identity implements Holder { /** * Create a new identity container. * - * @param val - * The contained value. + * @param The type of the contained value. + * @param val The contained value. * * @return A new identity container. */ @@ -110,7 +110,9 @@ public class Identity implements Holder { /** * Create a new empty identity container. - * + * + * @param The type of the contained value. + * * @return A new empty identity container. */ public static Identity id() { -- cgit v1.2.3