mirror of
https://github.com/zaaarf/lillero-mapper.git
synced 2024-11-22 21:04:49 +01:00
chore: added javadoc
This commit is contained in:
parent
957a0a5f33
commit
054f90b04b
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ import ftbsc.lll.mapper.IMapper;
|
||||||
import ftbsc.lll.tools.DescriptorBuilder;
|
import ftbsc.lll.tools.DescriptorBuilder;
|
||||||
import org.objectweb.asm.Type;
|
import org.objectweb.asm.Type;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A collection of static utility methods correlated to
|
||||||
|
* mappers.
|
||||||
|
*/
|
||||||
public class MappingUtils {
|
public class MappingUtils {
|
||||||
/**
|
/**
|
||||||
* Obfuscates a method descriptor, replacing its class references
|
* Obfuscates a method descriptor, replacing its class references
|
||||||
|
|
Loading…
Reference in a new issue