From 99cd71892f7276f79cc84b7b97ee3a53828d09fd Mon Sep 17 00:00:00 2001 From: Susi Rathmann <5439308+sushithegreat@users.noreply.github.com> Date: Thu, 13 Oct 2022 16:19:26 -0500 Subject: [PATCH] Update validate-addresses.md --- docs/validate-addresses.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/validate-addresses.md b/docs/validate-addresses.md index 3bf51a2..07d70cf 100644 --- a/docs/validate-addresses.md +++ b/docs/validate-addresses.md @@ -38,7 +38,7 @@ public class ShipEngineDemo { List> unvalidatedAddress = List.of(stubAddress); - Map result = shipengine.validateAddresses(unvalidatedAddress); + List> result = shipengine.validateAddresses(unvalidatedAddress); System.out.println("result = " + result); } } @@ -94,4 +94,4 @@ Exceptions ---------- - This method will only throw an exception that is an instance/extension of **ShipEngineException** if there is a - problem if a problem occurs, such as a network error or an error response from the API. \ No newline at end of file + problem if a problem occurs, such as a network error or an error response from the API.