Skip to content

Commit 1454781

Browse files
authored
chore: update javadoc formatting (#978)
1 parent 74dee5d commit 1454781

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/google/maps/GeoApiContext.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
*
4646
* <p>Construct this object by using the enclosed {@link GeoApiContext.Builder}.
4747
*
48-
* <h3>GeoApiContexts should be shared</h3>
48+
* <p><strong>GeoApiContexts should be shared</strong>
4949
*
50-
* GeoApiContext works best when you create a single GeoApiContext instance, or one per API key, and
51-
* reuse it for all your Google Geo API queries. This is because each GeoApiContext manages its own
52-
* thread pool, back-end client, and other resources.
50+
* <p>GeoApiContext works best when you create a single GeoApiContext instance, or one per API key,
51+
* and reuse it for all your Google Geo API queries. This is because each GeoApiContext manages its
52+
* own thread pool, back-end client, and other resources.
5353
*
5454
* <p>When you are finished with a GeoApiContext object, you must call {@link #shutdown()} on it to
5555
* release its resources.

0 commit comments

Comments
 (0)