mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-26 21:35:16 +00:00
spelling: converts
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
26023c8ef2
commit
fedee7f990
@@ -1035,7 +1035,7 @@ public abstract class Trait implements Cloneable, Serializable {
|
||||
public abstract void getMethodInfos(ABC abc, int traitId, int classIndex, List<MethodId> methodInfos);
|
||||
|
||||
/**
|
||||
* Convets kind to string.
|
||||
* Converts kind to string.
|
||||
*
|
||||
* @return String
|
||||
*/
|
||||
|
||||
@@ -65,7 +65,7 @@ public class ARGB implements Serializable {
|
||||
}
|
||||
|
||||
/**
|
||||
* Convers this to integer.
|
||||
* Converts this to integer.
|
||||
* @return Integer
|
||||
*/
|
||||
public int toInt() {
|
||||
|
||||
Reference in New Issue
Block a user