Skip to content

Commit ca9f78a

Browse files
Address PR feedback
Signed-off-by: Manuel Iglesias <[email protected]>
1 parent e8fc14a commit ca9f78a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aws-datastore/src/main/java/com/amplifyframework/datastore/AWSDataStorePlugin.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,6 @@ Builder storageAdapter(LocalStorageAdapter storageAdapter) {
755755
* @param reachabilityMonitor An instance that implements LocalStorageAdapter.
756756
* @return Current builder instance, for fluent construction of plugin.
757757
*/
758-
@VisibleForTesting
759758
public Builder reachabilityMonitor(ReachabilityMonitor reachabilityMonitor) {
760759
this.reachabilityMonitor = reachabilityMonitor;
761760
return this;

0 commit comments

Comments
 (0)