@@ -44,7 +44,7 @@ public class StoredValueLoadRequest {
4444 /** Mark when the attribute has been explicitly set. */
4545 private boolean isSetAmount = false ;
4646
47- /** The type of load you are trying to do, when absent we default to 'Load ' */
47+ /** The type of load you are trying to do, when absent we default to 'load ' */
4848 public enum LoadTypeEnum {
4949 MERCHANDISERETURN (String .valueOf ("merchandiseReturn" )),
5050
@@ -234,9 +234,9 @@ public void setAmount(Amount amount) {
234234 }
235235
236236 /**
237- * The type of load you are trying to do, when absent we default to 'Load '
237+ * The type of load you are trying to do, when absent we default to 'load '
238238 *
239- * @param loadType The type of load you are trying to do, when absent we default to 'Load '
239+ * @param loadType The type of load you are trying to do, when absent we default to 'load '
240240 * @return the current {@code StoredValueLoadRequest} instance, allowing for method chaining
241241 */
242242 public StoredValueLoadRequest loadType (LoadTypeEnum loadType ) {
@@ -246,10 +246,10 @@ public StoredValueLoadRequest loadType(LoadTypeEnum loadType) {
246246 }
247247
248248 /**
249- * The type of load you are trying to do, when absent we default to 'Load '
249+ * The type of load you are trying to do, when absent we default to 'load '
250250 *
251251 * @return loadType The type of load you are trying to do, when absent we default to
252- * 'Load '
252+ * 'load '
253253 */
254254 @ JsonProperty (JSON_PROPERTY_LOAD_TYPE )
255255 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
@@ -258,9 +258,9 @@ public LoadTypeEnum getLoadType() {
258258 }
259259
260260 /**
261- * The type of load you are trying to do, when absent we default to 'Load '
261+ * The type of load you are trying to do, when absent we default to 'load '
262262 *
263- * @param loadType The type of load you are trying to do, when absent we default to 'Load '
263+ * @param loadType The type of load you are trying to do, when absent we default to 'load '
264264 */
265265 @ JsonProperty (JSON_PROPERTY_LOAD_TYPE )
266266 @ JsonInclude (value = JsonInclude .Include .USE_DEFAULTS )
0 commit comments