Skip to content

Commit

Permalink
Fix wrong arity.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Jun 26, 2013
1 parent 96db817 commit 2f621f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@ public class task_api_debug_info_0_1 extends AbstractPrimitive {
public static task_api_debug_info_0_1 instance = new task_api_debug_info_0_1();

public task_api_debug_info_0_1() {
super("task_api_debug_info", 0, 2);
super("task_api_debug_info", 0, 1);
}

@Override
Expand Down

0 comments on commit 2f621f6

Please sign in to comment.