Skip to content

Commit

Permalink
Fix ambiguous import
Browse files Browse the repository at this point in the history
  • Loading branch information
imbyungjun committed Feb 5, 2024
1 parent 50ed780 commit fbc54b0
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@
*/
package org.ngrinder.dns;

import org.xbill.DNS.*;
import org.xbill.DNS.ARecord;
import org.xbill.DNS.Cache;
import org.xbill.DNS.DClass;
import org.xbill.DNS.Lookup;
import org.xbill.DNS.PTRRecord;
import org.xbill.DNS.Record;
import org.xbill.DNS.TextParseException;
import org.xbill.DNS.Type;

import java.net.InetAddress;
import java.net.UnknownHostException;
Expand Down

0 comments on commit fbc54b0

Please sign in to comment.