From ab91dbce5afe05d1e5413c42420d1afb352bdcc1 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Thu, 10 Oct 2024 20:47:04 +0200 Subject: [PATCH] Remove unused import from Ipv6 --- .../src/main/java/com/github/jgonian/ipmath/Ipv6.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-ip-math/src/main/java/com/github/jgonian/ipmath/Ipv6.java b/commons-ip-math/src/main/java/com/github/jgonian/ipmath/Ipv6.java index 57b1f1a..e0574ad 100644 --- a/commons-ip-math/src/main/java/com/github/jgonian/ipmath/Ipv6.java +++ b/commons-ip-math/src/main/java/com/github/jgonian/ipmath/Ipv6.java @@ -24,7 +24,6 @@ package com.github.jgonian.ipmath; import java.math.BigInteger; -import java.util.regex.Pattern; import static java.math.BigInteger.ONE;