Skip to content

Commit 465e6d7

Browse files
author
Amir Tocker
committed
Suppress "unchecked" warning for BaseBuilder
1 parent 33f3e27 commit 465e6d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/main/java/com/cloudinary/android/policy/UploadPolicy.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public enum BackoffPolicy {
119119
/**
120120
* Base class for {@link UploadPolicy} builders.
121121
*/
122+
@SuppressWarnings("unchecked")
122123
abstract static class BaseBuilder<T extends BaseBuilder> {
123124
NetworkType networkPolicy = NetworkType.ANY;
124125
boolean requiresCharging = false;

0 commit comments

Comments
 (0)