aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/ftbsc/lll/mapper/tools/MappingUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/ftbsc/lll/mapper/tools/MappingUtils.java')
-rw-r--r--src/main/java/ftbsc/lll/mapper/tools/MappingUtils.java2
1 files changed, 2 insertions, 0 deletions
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) {