Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Iglesias <[email protected]>
  • Loading branch information
manueliglesias committed Mar 2, 2023
1 parent e8fc14a commit ca9f78a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,6 @@ Builder storageAdapter(LocalStorageAdapter storageAdapter) {
* @param reachabilityMonitor An instance that implements LocalStorageAdapter.
* @return Current builder instance, for fluent construction of plugin.
*/
@VisibleForTesting
public Builder reachabilityMonitor(ReachabilityMonitor reachabilityMonitor) {
this.reachabilityMonitor = reachabilityMonitor;
return this;
Expand Down

0 comments on commit ca9f78a

Please sign in to comment.