Skip to content

Commit

Permalink
Merge pull request #402 from rsvoboda/SuppressWarningsApplicationClass
Browse files Browse the repository at this point in the history
Suppress warnings for internal proprietary API - Signal and SignalHandler
  • Loading branch information
gsmet authored Jan 3, 2019
2 parents 3c9cc10 + d43e8f7 commit 498a763
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 @@
* The application base class, which is extended and implemented by a generated class which implements the application
* setup logic. The base class does some basic error checking.
*/
@SuppressWarnings("restriction")
public abstract class Application {
private static final int ST_INITIAL = 0;
private static final int ST_STARTING = 1;
Expand Down

0 comments on commit 498a763

Please sign in to comment.