remove the unused imports
This commit is contained in:
parent
697b46bb2e
commit
1cf2e419e1
|
|
@ -1,3 +1,7 @@
|
|||
// Copyright 2022 The Ip2Region Authors. All rights reserved.
|
||||
// Use of this source code is governed by a Apache2.0-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package org.lionsoul.ip2region.xdb;
|
||||
|
||||
public class InvalidInetAddressException extends Exception {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
package org.lionsoul.ip2region.xdb;
|
||||
|
||||
import java.net.UnknownHostException;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class UtilTest {
|
||||
|
|
|
|||
Loading…
Reference in New Issue