Allow updateUrls to be called from elsewhere

This commit is contained in:
Lloyd McKenzie 2022-10-19 22:42:10 -06:00
parent 64884ac668
commit 759da9723b
1 changed files with 1 additions and 1 deletions

View File

@ -2577,7 +2577,7 @@ public class ProfileUtilities extends TranslatingUtilities {
* @param element - the Element to update
* @return - the updated Element
*/
private ElementDefinition updateURLs(String url, String webUrl, ElementDefinition element) {
public ElementDefinition updateURLs(String url, String webUrl, ElementDefinition element) {
if (element != null) {
ElementDefinition defn = element;
if (defn.hasBinding() && defn.getBinding().hasValueSet() && defn.getBinding().getValueSet().startsWith("#"))