Skip to content

Commit

Permalink
Fix minor lint issue with redundant warning suppression.
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-tire committed Jan 24, 2019
1 parent 77c333f commit 949de50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/havenapp/main/service/MonitorService.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ public IBinder onBind(Intent intent) {
/**
* Show a notification while this service is running.
*/
@SuppressWarnings("deprecation")
private void showNotification() {
private void showNotification() {

Intent toLaunch = new Intent(getApplicationContext(),
MonitorActivity.class);
Expand Down

0 comments on commit 949de50

Please sign in to comment.