From 716fc32741e40b5ee9072be8ad642fb9d63ce47d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 12 Dec 2023 19:13:01 +0100 Subject: Add missing Javadocs. Change-Id: Ia96c370f564cab9802c94a9d6fad77590dcac2a5 --- jgvariant-core/src/main/java/eu/mulk/jgvariant/core/Decoder.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'jgvariant-core/src/main/java/eu') diff --git a/jgvariant-core/src/main/java/eu/mulk/jgvariant/core/Decoder.java b/jgvariant-core/src/main/java/eu/mulk/jgvariant/core/Decoder.java index 60cef3e..74d569d 100644 --- a/jgvariant-core/src/main/java/eu/mulk/jgvariant/core/Decoder.java +++ b/jgvariant-core/src/main/java/eu/mulk/jgvariant/core/Decoder.java @@ -116,7 +116,8 @@ public abstract class Decoder { /** * Creates a new {@link Decoder} from an existing one by applying a function to the result. * - * @param function the function to apply. + * @param decodingFunction the function to apply when decoding. + * @param encodingFunction the function to apply when encoding. * @return a new, decorated {@link Decoder}. * @see java.util.stream.Stream#map */ @@ -127,7 +128,8 @@ public abstract class Decoder { /** * Creates a new {@link Decoder} from an existing one by applying a function to the input. * - * @param function the function to apply. + * @param decodingFunction the function to apply when decoding. + * @param encodingFunction the function to apply when encoding. * @return a new, decorated {@link Decoder}. * @see java.util.stream.Stream#map */ -- cgit v1.2.3