Skip to content

Commit 5aeee95

Browse files
authored
Merge pull request #384 from maxmind/greg/stf-555
Use 'GeoIP'/'GeoLite' branding in documentation
2 parents f7f05b3 + 793ec56 commit 5aeee95

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535

3636
## Usage ##
3737

38-
*Note:* For accessing MaxMind GeoIP2 databases, we generally recommend using
38+
*Note:* For accessing MaxMind GeoIP databases, we generally recommend using
3939
the [GeoIP2 Java API](https://maxmind.github.io/GeoIP2-java/) rather than using
4040
this package directly.
4141

src/main/java/com/maxmind/db/Reader.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)