Skip to content

Commit

Permalink
Mark TemplateEngine#render(Map<String, Object>,String,Handler<AsyncRe…
Browse files Browse the repository at this point in the history
…sult<Buffer>>) as any java type to workaround overload checker issue with JS
  • Loading branch information
vietj committed Nov 13, 2018
1 parent 129ac6d commit a794f54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ default void render(JsonObject context, String templateFileName, Handler<AsyncRe
* @param templateFileName the template file name to use
* @param handler the handler that will be called with a result containing the buffer or a failure.
*/
@GenIgnore
@SuppressWarnings("codegen-allow-any-java-type")
void render(Map<String, Object> context, String templateFileName, Handler<AsyncResult<Buffer>> handler);

/**
Expand Down

0 comments on commit a794f54

Please sign in to comment.