Fixed package typo

connection_type_change
Robinson 2 years ago
parent 614fc0f637
commit 4973e08ff7

@ -14,7 +14,7 @@
* limitations under the License.
*/
package dorkbox.netUtil.dnsUtil;
package dorkbox.netUtil.dnsUtils;
/**
* Required for intellij to not complain regarding `module-info` for a multi-release jar.

@ -1,6 +1,6 @@
module dorkbox.netutil {
exports dorkbox.netUtil;
exports dorkbox.netUtil.dnsUtil;
exports dorkbox.netUtil.dnsUtils;
exports dorkbox.netUtil.jna;
exports dorkbox.netUtil.ping;

Loading…
Cancel
Save