Fixed package typo

connection_type_change
Robinson 2021-05-02 22:36:38 +02:00
parent 614fc0f637
commit 4973e08ff7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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