diff --git a/src/main/java/com/google/maps/GeoApiContext.java b/src/main/java/com/google/maps/GeoApiContext.java index 4d94fd65..6acbf782 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 * - * 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.