mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-22 07:24:50 +01:00
chore: renamed exception package to exceptions
This commit is contained in:
parent
ea69f93028
commit
cf537274ee
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
package ftbsc.lll.exception;
|
package ftbsc.lll.exceptions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Thrown when the injection of a patch fails.
|
* Thrown when the injection of a patch fails.
|
|
@ -1,4 +1,4 @@
|
||||||
package ftbsc.lll.exception;
|
package ftbsc.lll.exceptions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Thrown when attempting to build an InstructionSequence between two
|
* Thrown when attempting to build an InstructionSequence between two
|
|
@ -1,4 +1,4 @@
|
||||||
package ftbsc.lll.exception;
|
package ftbsc.lll.exceptions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Thrown when failing to find a pattern
|
* Thrown when failing to find a pattern
|
|
@ -1,6 +1,6 @@
|
||||||
package ftbsc.lll.tools;
|
package ftbsc.lll.tools;
|
||||||
|
|
||||||
import ftbsc.lll.exception.InstructionMismatchException;
|
import ftbsc.lll.exceptions.InstructionMismatchException;
|
||||||
import org.objectweb.asm.tree.AbstractInsnNode;
|
import org.objectweb.asm.tree.AbstractInsnNode;
|
||||||
import org.objectweb.asm.tree.InsnList;
|
import org.objectweb.asm.tree.InsnList;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
package ftbsc.lll.tools;
|
package ftbsc.lll.tools;
|
||||||
|
|
||||||
import ftbsc.lll.exception.PatternNotFoundException;
|
import ftbsc.lll.exceptions.PatternNotFoundException;
|
||||||
import org.objectweb.asm.tree.AbstractInsnNode;
|
import org.objectweb.asm.tree.AbstractInsnNode;
|
||||||
import org.objectweb.asm.tree.MethodNode;
|
import org.objectweb.asm.tree.MethodNode;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue