foldright/auto-pipeline

Compilation errors occur when generating none args method in HandlerContext

happyomg opened this issue · 1 comments

i define the following interface:

@AutoPipeline
public interface ConfigHolder {

    ConfigHolder get();

}

and the generated AbstractConfigHolderHandlerContext has compilation errors (an extra comma):

    @Override
    public ConfigHolder get() {
        return handler().get(, next);
    }

thanks @happyomg , has fixed it.