mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 23:52:33 +00:00
spelling: contain
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
54f81d5bfe
commit
8f998cb659
@@ -1432,7 +1432,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
|
||||
public void hilightScript(String nameIncludingSwfHash) {
|
||||
if (!nameIncludingSwfHash.contains(":")) {
|
||||
throw new RuntimeException("Script name should conatin swfHash");
|
||||
throw new RuntimeException("Script name should contain swfHash");
|
||||
}
|
||||
String swfHash = nameIncludingSwfHash.substring(nameIncludingSwfHash.indexOf(":"));
|
||||
String name = nameIncludingSwfHash.substring(nameIncludingSwfHash.indexOf(":") + 1);
|
||||
|
||||
Reference in New Issue
Block a user