mirror of
https://github.com/zaaarf/lillero-mapper.git
synced 2024-11-13 00:39:20 +01:00
chore: documentation fix
This commit is contained in:
parent
2b3bdf3e8f
commit
e4f8a565f6
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue