Skip to content

Commit 74ebfaf

Browse files
style(spotbugs): remove useless suppression statement
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent c04f964 commit 74ebfaf

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

library/src/main/java/com/owncloud/android/lib/resources/notifications/GetNotificationRemoteOperation.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public GetNotificationRemoteOperation(int id) {
4343
this.id = id;
4444
}
4545

46-
@SuppressFBWarnings("HTTP_PARAMETER_POLLUTION")
4746
@Override
4847
public RemoteOperationResult<Notification> run(NextcloudClient client) {
4948
RemoteOperationResult<Notification> result;

0 commit comments

Comments
 (0)