File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3636 * <p>
3737 *
3838 * @author IP2Location.com
39- * @version 8.9.0
39+ * @version 8.9.1
4040 */
4141public class IP2Location {
4242 private static final Pattern pattern = Pattern .compile ("^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\ .){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$" ); // IPv4
Original file line number Diff line number Diff line change 2828 * <p>
2929 *
3030 * @author IP2Location.com
31- * @version 8.9.0
31+ * @version 8.9.1
3232 */
3333public class IP2LocationWebService {
3434 private static final Pattern pattern = Pattern .compile ("^[\\ dA-Z]{10}$" );
Original file line number Diff line number Diff line change 99 * <p>
1010 *
1111 * @author IP2Location.com
12- * @version 8.9.0
12+ * @version 8.9.1
1313 */
1414public class IPResult {
1515 static final String NOT_SUPPORTED = "Not_Supported" ;
@@ -38,7 +38,7 @@ public class IPResult {
3838 String category ;
3939 String status ;
4040 boolean delay = false ;
41- String version = "Version 8.9.0 " ;
41+ String version = "Version 8.9.1 " ;
4242
4343 IPResult (String ipstring ) {
4444 ip_address = ipstring ;
Original file line number Diff line number Diff line change 3434 * <p>
3535 *
3636 * @author IP2Location.com
37- * @version 8.9.0
37+ * @version 8.9.1
3838 */
3939public class IPTools {
4040 private static final BigInteger MAX_IPV4_RANGE = new BigInteger ("4294967295" );
You can’t perform that action at this time.
0 commit comments