Type fixes

This commit is contained in:
Parnassian
2014-02-18 18:57:41 +01:00
parent 91c4ab93a9
commit d176319dce
@@ -20,7 +20,7 @@ import org.parabot.core.asm.wrappers.Super;
* *
* @author Dane * @author Dane
* *
* hehehehheHEUhehEUHehueUheUHEUeU *
* *
*/ */
public class JSONHookParser extends HookParser { public class JSONHookParser extends HookParser {
@@ -37,7 +37,7 @@ public class JSONHookParser extends HookParser {
try { try {
parser.parse(new InputStreamReader(file.getInputStream())); parser.parse(new InputStreamReader(file.getInputStream()));
} catch (Throwable t) { } catch (Throwable t) {
throw new RuntimeException("Unable to pares hooks: " + t); throw new RuntimeException("Unable to parse hooks: " + t);
} }
} }