From 1454781717385c4957406002eb3124e5367dee8e Mon Sep 17 00:00:00 2001 From: Angela Yu <5506675+wangela@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:39:36 -0700 Subject: [PATCH] chore: update javadoc formatting (#978) --- src/main/java/com/google/maps/GeoApiContext.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/google/maps/GeoApiContext.java b/src/main/java/com/google/maps/GeoApiContext.java index 4d94fd65a..6acbf7821 100644 --- a/src/main/java/com/google/maps/GeoApiContext.java +++ b/src/main/java/com/google/maps/GeoApiContext.java @@ -45,11 +45,11 @@ * *

Construct this object by using the enclosed {@link GeoApiContext.Builder}. * - *

GeoApiContexts should be shared

+ *

GeoApiContexts should be shared * - * 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. + *

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. * *

When you are finished with a GeoApiContext object, you must call {@link #shutdown()} on it to * release its resources.