We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becc013 commit 6f945fcCopy full SHA for 6f945fc
aws-datastore/src/main/java/com/amplifyframework/datastore/AWSDataStorePlugin.java
@@ -73,7 +73,6 @@
73
/**
74
* An AWS implementation of the {@link DataStorePlugin}.
75
*/
76
-@SuppressLint("RxLeakedSubscription")
77
public final class AWSDataStorePlugin extends DataStorePlugin<Void> {
78
private static final Logger LOG = Amplify.Logging.logger(CategoryType.DATASTORE, "amplify:aws-datastore");
79
private static final long LIFECYCLE_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(5);
0 commit comments