JAVA-5947 - Corrected the package name in code

This commit is contained in:
anuragkumawat 2021-09-06 20:03:03 +05:30
parent 8f737fc3c2
commit 3ead19dc38

View File

@ -1,4 +1,4 @@
package test.java.com.baeldung.geoip;
package com.baeldung.geoip;
import java.io.File;
import java.io.IOException;