From e4f8a565f6fe94a73ce8e3e8d2e70a9f314fa56a Mon Sep 17 00:00:00 2001 From: zaaarf Date: Sun, 11 Jun 2023 14:54:42 +0200 Subject: chore: documentation fix --- src/main/java/ftbsc/lll/mapper/tools/MappingUtils.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/ftbsc/lll/mapper/tools/MappingUtils.java b/src/main/java/ftbsc/lll/mapper/tools/MappingUtils.java index 918052a..e68a60f 100644 --- a/src/main/java/ftbsc/lll/mapper/tools/MappingUtils.java +++ b/src/main/java/ftbsc/lll/mapper/tools/MappingUtils.java @@ -10,6 +10,7 @@ public class MappingUtils { * Obfuscates a method descriptor, replacing its class references * with their obfuscated counterparts. * @param descriptor a {@link String} containing the descriptor + * @param mapper the {@link IMapper} to use for the process * @return the obfuscated descriptor */ public static String obfuscateMethodDescriptor(String descriptor, IMapper mapper) { @@ -28,6 +29,7 @@ public class MappingUtils { * Given a {@link Type} and a valid {@link IMapper} it returns its obfuscated * counterpart. * @param type the type in question + * @param mapper the {@link IMapper} to use for the process * @return the obfuscated type */ public static Type obfuscateType(Type type, IMapper mapper) { -- cgit v1.2.3-56-ga3b1