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 e8fc14a commit ca9f78aCopy full SHA for ca9f78a
aws-datastore/src/main/java/com/amplifyframework/datastore/AWSDataStorePlugin.java
@@ -755,7 +755,6 @@ Builder storageAdapter(LocalStorageAdapter storageAdapter) {
755
* @param reachabilityMonitor An instance that implements LocalStorageAdapter.
756
* @return Current builder instance, for fluent construction of plugin.
757
*/
758
- @VisibleForTesting
759
public Builder reachabilityMonitor(ReachabilityMonitor reachabilityMonitor) {
760
this.reachabilityMonitor = reachabilityMonitor;
761
return this;
0 commit comments