diff --git a/components/org.wso2.carbon.identity.recovery/src/main/java/org/wso2/carbon/identity/recovery/util/Utils.java b/components/org.wso2.carbon.identity.recovery/src/main/java/org/wso2/carbon/identity/recovery/util/Utils.java index ccbde142b9..9948fcf49e 100644 --- a/components/org.wso2.carbon.identity.recovery/src/main/java/org/wso2/carbon/identity/recovery/util/Utils.java +++ b/components/org.wso2.carbon.identity.recovery/src/main/java/org/wso2/carbon/identity/recovery/util/Utils.java @@ -723,9 +723,9 @@ public static String getCallbackURL(org.wso2.carbon.identity.recovery.model.Prop * Get isAccessUrlAvailable property value. * * @param properties Properties array. - * @return Boolean value of the isAccessUrlAvailable property. + * @return boolean value of the isAccessUrlAvailable property. */ - public static Boolean isAccessUrlAvailable(org.wso2.carbon.identity.recovery.model.Property[] properties) { + public static boolean isAccessUrlAvailable(org.wso2.carbon.identity.recovery.model.Property[] properties) { if (properties != null) { for (org.wso2.carbon.identity.recovery.model.Property property : properties) {