Skip to content

Commit

Permalink
chore: update javadoc formatting (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangela authored Apr 4, 2024
1 parent 74dee5d commit 1454781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/google/maps/GeoApiContext.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
*
* <p>Construct this object by using the enclosed {@link GeoApiContext.Builder}.
*
* <h3>GeoApiContexts should be shared</h3>
* <p><strong>GeoApiContexts should be shared</strong>
*
* GeoApiContext works best when you create a single GeoApiContext instance, or one per API key, and
* reuse it for all your Google Geo API queries. This is because each GeoApiContext manages its own
* thread pool, back-end client, and other resources.
* <p>GeoApiContext works best when you create a single GeoApiContext instance, or one per API key,
* and reuse it for all your Google Geo API queries. This is because each GeoApiContext manages its
* own thread pool, back-end client, and other resources.
*
* <p>When you are finished with a GeoApiContext object, you must call {@link #shutdown()} on it to
* release its resources.
Expand Down

0 comments on commit 1454781

Please sign in to comment.