Skip to content

Commit 949de50

Browse files
committed
Fix minor lint issue with redundant warning suppression.
1 parent 77c333f commit 949de50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/org/havenapp/main/service/MonitorService.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ public IBinder onBind(Intent intent) {
181181
/**
182182
* Show a notification while this service is running.
183183
*/
184-
@SuppressWarnings("deprecation")
185-
private void showNotification() {
184+
private void showNotification() {
186185

187186
Intent toLaunch = new Intent(getApplicationContext(),
188187
MonitorActivity.class);

0 commit comments

Comments
 (0)