calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Move the Ip classes to the 'net' package #182

Closed eawagner closed 9 years ago

eawagner commented 9 years ago

These classes are designed to be implementations that provide additional capabilities to the java.net InetAddress classes. It makes more sense to house them in the net package than the domain package.