Javadoc fixes after testing with JDK 14 build 36

This commit is contained in:
zzz
2020-02-22 16:16:08 +00:00
parent 403440bab8
commit c5f6c9a498
5 changed files with 9 additions and 9 deletions

View File

@ -19,7 +19,7 @@ import java.util.Map;
* The class {@code DatabaseReader} provides a reader for the GeoIP2 database
* format.
* </p>
* <h3>Usage</h3>
* <h2>Usage</h2>
* <p>
* To use the database API, you must create a new {@code DatabaseReader} using
* the {@code DatabaseReader.Builder}. You must provide the {@code Builder}
@ -41,7 +41,7 @@ import java.util.Map;
* expensive as it must read in metadata for the file. It is safe to share the
* object across threads.
* </p>
* <h4>Caching</h4>
* <h3>Caching</h3>
* <p>
* The database API supports pluggable caching (by default, no caching is
* performed). A simple implementation is provided by