Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
ServiceDiscoverer#toString()
for DefaultDnsServiceDiscove…
…rer (#2149) Motivation: A `ServiceDiscoverer` returned from `DefaultDnsServiceDiscovererBuilder` is an anonymous class without a proper name. To let users log what type of `ServiceDiscoverer` they have a reference to, implement `toString()`. Modifications: - Implement `toString()` for `DnsClients`; Result: Users can log what `ServiceDiscoverer` they have reference to.
- Loading branch information