Skip to content

Commit 6c39289

Browse files
suppress warning
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 55660f7 commit 6c39289

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

library/src/main/java/com/owncloud/android/lib/common/operations/RemoteOperationResult.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757

5858
import javax.net.ssl.SSLException;
5959

60+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
6061
import okhttp3.Headers;
6162

6263

@@ -268,6 +269,7 @@ public RemoteOperationResult(boolean success, String bodyResponse, int httpCode)
268269
*
269270
* @param e Exception that interrupted the {@link RemoteOperation}
270271
*/
272+
@SuppressFBWarnings("ITC")
271273
public RemoteOperationResult(Exception e) {
272274
mException = e;
273275

0 commit comments

Comments
 (0)