remove the unused imports

This commit is contained in:
lion 2025-09-10 22:48:44 +08:00
parent 697b46bb2e
commit 1cf2e419e1
2 changed files with 4 additions and 2 deletions

View File

@ -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 {

View File

@ -1,7 +1,5 @@
package org.lionsoul.ip2region.xdb;
import java.net.UnknownHostException;
import org.junit.Test;
public class UtilTest {