commit | 6a0e98744a5be2bd315aeb21193e313a3e9849ad | [log] [tgz] |
---|---|---|
author | Saša Živkov <sasa.zivkov@sap.com> | Tue May 17 15:28:26 2022 +0200 |
committer | Saša Živkov <sasa.zivkov@sap.com> | Tue May 17 15:28:26 2022 +0200 |
tree | 905e08b8bae21466d999cb7f5d6be3be7e12258b | |
parent | 5a5175280743ce3da0e6267a1f04db55bbc7c779 [diff] |
ReplicateRefUpdate: remove unnecessary factory method The only difference in the signature of the two create methods was in one parameter type: Set vs ImmutableSet. Since ImmutableSet is a subtype of Set we can remove the method with the ImmutableSet in the parameter type. Note that ImmutableSet.copyOf(Collection c) is smart enough to not create a copy of the passed collection when it is an ImmutableSet. Change-Id: Ifc689027d17ff7ebdcab36b3f70a0adaf7942f09