@@ -48,7 +48,7 @@ public enum FileMode {
4848
4949 /**
5050 * Constructs a Reader for the MaxMind DB format, with no caching. The file
51- * passed to it must be a valid MaxMind DB file such as a GeoIP2 database
51+ * passed to it must be a valid MaxMind DB file such as a GeoIP database
5252 * file.
5353 *
5454 * @param database the MaxMind DB file to use.
@@ -73,7 +73,7 @@ public Reader(File database) throws IOException {
7373 /**
7474 * Constructs a Reader for the MaxMind DB format, with the specified backing
7575 * cache. The file passed to it must be a valid MaxMind DB file such as a
76- * GeoIP2 database file.
76+ * GeoIP database file.
7777 *
7878 * @param database the MaxMind DB file to use.
7979 * @param cache backing cache instance
@@ -124,7 +124,7 @@ public Reader(InputStream source, NodeCache cache) throws IOException {
124124
125125 /**
126126 * Constructs a Reader for the MaxMind DB format, with no caching. The file
127- * passed to it must be a valid MaxMind DB file such as a GeoIP2 database
127+ * passed to it must be a valid MaxMind DB file such as a GeoIP database
128128 * file.
129129 *
130130 * @param database the MaxMind DB file to use.
@@ -138,7 +138,7 @@ public Reader(File database, FileMode fileMode) throws IOException {
138138 /**
139139 * Constructs a Reader for the MaxMind DB format, with the specified backing
140140 * cache. The file passed to it must be a valid MaxMind DB file such as a
141- * GeoIP2 database file.
141+ * GeoIP database file.
142142 *
143143 * @param database the MaxMind DB file to use.
144144 * @param fileMode the mode to open the file with.
0 commit comments