Skip to content

Commit

Permalink
Update components/identity-event/org.wso2.carbon.identity.event/src/m…
Browse files Browse the repository at this point in the history
…ain/java/org/wso2/carbon/identity/event/IdentityEventUtils.java

Co-authored-by: Asha Sulaiman <165079T@uom.lk>
  • Loading branch information
madurangasiriwardena and asha15 authored Jan 17, 2024
1 parent 68db0c8 commit 848185c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ public static Properties getSubProperties(String prefix, Properties properties)
}

Properties subProperties = new Properties();
// Remove from original properties to hold property schema. ie need to get the set of properties which
// remains after consuming all required specific properties
// Remove from original properties to hold property schema. ie need to get the set of properties which
// remains after consuming all required specific properties
subProperties.putAll(getPropertiesWithPrefix(prefix, properties));
return subProperties;
}
Expand Down

0 comments on commit 848185c

Please sign in to comment.