From f080a2158c96301e490d2522cafb84ff511d6fcc Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar <61501885+arvindkrishnakumar-okta@users.noreply.github.com> Date: Mon, 6 Jul 2020 15:01:24 -0700 Subject: [PATCH] Update MIGRATING.md --- MIGRATING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATING.md b/MIGRATING.md index 8a09fa654d2..17eb208c03a 100644 --- a/MIGRATING.md +++ b/MIGRATING.md @@ -117,7 +117,7 @@ The reset password method will no longer need a provider argument. ### Package `com.okta.sdk.resource.user.UserCredentials` ### -The property `emails` was not used by the backend and was always null hitherto. +The property `emails` was not used by the backend and was always `null` hitherto. - Removed `getEmails` & `setEmails` (property `emails` was removed) Below SDK classes and interfaces are **deprecated** and will be removed from this project.