Skip to content

Commit

Permalink
gs-ir: added a SuppressWarnings(unchecked) in PdfConverterVerticle
Browse files Browse the repository at this point in the history
  • Loading branch information
plassalas committed Oct 24, 2017
1 parent 27343f0 commit 7e8e935
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ protected void handle(Future<Object> future, JsonObject task) {
future.complete(createdPngs);
}

@SuppressWarnings("unchecked")
@Override
protected void handleResult(AsyncResult<Object> res, JsonObject task) {
if (res.succeeded()) {
Expand Down

0 comments on commit 7e8e935

Please sign in to comment.