diff --git a/src/net/azib/ipscan/util/InetAddressUtils.java b/src/net/azib/ipscan/util/InetAddressUtils.java index 01daa3db..b663df10 100644 --- a/src/net/azib/ipscan/util/InetAddressUtils.java +++ b/src/net/azib/ipscan/util/InetAddressUtils.java @@ -57,7 +57,8 @@ public class InetAddressUtils { } catch (UnknownHostException e) { // this should never happen as we are modifying the same bytes received from the InetAddress - throw new IllegalArgumentException(e); } + throw new IllegalArgumentException(e); + } } /**