Skip to content

Commit

Permalink
Merge pull request #19 from jwnacnud/patch-1
Browse files Browse the repository at this point in the history
Update UsAutocompleteProExample.java
  • Loading branch information
DuncanBeutler authored Apr 23, 2021
2 parents e0c91aa + 8f24374 commit 5532ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/examples/UsAutocompleteProExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class UsAutocompleteProExample {
public static void main(String[] args) throws IOException, SmartyException {
// We recommend storing your secret keys in environment variables.
// We recommend storing your authentication credentials in environment variables.
SharedCredentials credentials = new SharedCredentials(System.getenv("SMARTY_AUTH_WEB"), System.getenv("SMARTY_AUTH_REFERER"));
Client client = new ClientBuilder(credentials).buildUsAutocompleteProApiClient();
Lookup lookup = new Lookup("1042 W Center");
Expand Down Expand Up @@ -51,4 +51,4 @@ private static void printResult(Lookup lookup) {
System.out.println(suggestion.getZipcode());
}
}
}
}

0 comments on commit 5532ea4

Please sign in to comment.