Merge pull request #958 from lmckenzi/FixIPSBug

Allow updateUrls to be called from elsewhere
This commit is contained in:
Grahame Grieve 2022-10-20 15:48:57 +11:00 committed by GitHub
commit 5045254169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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("#"))