This is why typechecking is a good thing.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6424 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -170,7 +170,7 @@ public abstract class InvocationTask extends GenTask
|
||||
return buf.toString();
|
||||
}
|
||||
|
||||
public String getASInvokArgList () {
|
||||
public String getASInvokeArgList () {
|
||||
StringBuilder buf = new StringBuilder();
|
||||
Class<?>[] args = method.getParameterTypes();
|
||||
for (int ii = 0; ii < args.length; ii++) {
|
||||
|
||||
Reference in New Issue
Block a user