Skip to content

Commit

Permalink
final reference to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
tootedom committed May 17, 2018
1 parent c794c78 commit 52066bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
public class BackgroundDnsResolver implements ReferencedClientHolder {
private static final Logger LOG = LoggerFactory.getLogger(BackgroundDnsResolver.class);
private static Holder EMPTY = new Holder(SpyReferencedClient.UNAVAILABLE_REFERENCE_CLIENT,new InetAddress[0]);
private static final Holder EMPTY = new Holder(SpyReferencedClient.UNAVAILABLE_REFERENCE_CLIENT,new InetAddress[0]);

private final AtomicReference<Holder> client = new AtomicReference(EMPTY);

Expand Down

0 comments on commit 52066bd

Please sign in to comment.