spotify / dns-java

DNS wrapper library that provides SRV lookup functionality
Apache License 2.0
206 stars 47 forks source link

Fix for issue: https://github.com/spotify/dns-java/issues/67 #68

Open UdayHE opened 1 year ago

UdayHE commented 1 year ago

Renamed local variable records to recordsSet, so that it should not shadow class fields

UdayHE commented 1 year ago

@pettermahlen @rouzwawi @spkrka can anyone review this please

UdayHE commented 1 year ago

@fdfzcq please review