Skip to content

Commit

Permalink
Suppress deprecation warnings that turns into a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Muschko committed Feb 3, 2017
1 parent 5ec54c8 commit 2eee7bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public class CompileOptions extends AbstractOptions {

private boolean useDepend;

@SuppressWarnings("deprecation")
private DependOptions dependOptions = new DependOptions();

private String bootClasspath;
Expand Down

0 comments on commit 2eee7bf

Please sign in to comment.