@@ -139,9 +139,10 @@ public void setLastName(String lastName) {
139139 }
140140
141141 /**
142- * The location of the financier.
142+ * The city and country/region where the financier is currently located. For example: Chicago, USA
143143 *
144- * @param location The location of the financier.
144+ * @param location The city and country/region where the financier is currently located. For
145+ * example: Chicago, USA
145146 * @return the current {@code Financier} instance, allowing for method chaining
146147 */
147148 public Financier location (String location ) {
@@ -150,9 +151,10 @@ public Financier location(String location) {
150151 }
151152
152153 /**
153- * The location of the financier.
154+ * The city and country/region where the financier is currently located. For example: Chicago, USA
154155 *
155- * @return location The location of the financier.
156+ * @return location The city and country/region where the financier is currently located. For
157+ * example: Chicago, USA
156158 */
157159 @ JsonProperty (JSON_PROPERTY_LOCATION )
158160 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
@@ -161,9 +163,10 @@ public String getLocation() {
161163 }
162164
163165 /**
164- * The location of the financier.
166+ * The city and country/region where the financier is currently located. For example: Chicago, USA
165167 *
166- * @param location The location of the financier.
168+ * @param location The city and country/region where the financier is currently located. For
169+ * example: Chicago, USA
167170 */
168171 @ JsonProperty (JSON_PROPERTY_LOCATION )
169172 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
0 commit comments