fix: oops didn't mean that

This commit is contained in:
zaaarf 2023-03-15 10:56:20 +01:00
parent 6e2ea19ab4
commit 0cd50cc179
No known key found for this signature in database
GPG key ID: 82240E075E31FA4C

View file

@ -1,9 +1,9 @@
package ftbsc.lll.exceptions; package ftbsc.lll.exceptions;
import ftbsc.lll.processor.tools.obfuscation.IMapper; import ftbsc.lll.processor.tools.obfuscation.ObfuscationMapper;
/** /**
* Thrown upon failure to find the requested mapping within a loaded {@link IMapper}. * Thrown upon failure to find the requested mapping within a loaded {@link ObfuscationMapper}.
*/ */
public class MappingNotFoundException extends RuntimeException { public class MappingNotFoundException extends RuntimeException {