diff --git a/src/fr/devinsy/statoolinfos/core/Service.java b/src/fr/devinsy/statoolinfos/core/Service.java index 43413ef..189eb33 100644 --- a/src/fr/devinsy/statoolinfos/core/Service.java +++ b/src/fr/devinsy/statoolinfos/core/Service.java @@ -371,7 +371,7 @@ public class Service extends PathPropertyList String value = get("service.legal.url", "service.legal"); - result = getURL(value); + result = URLUtils.of(value); // return result; @@ -780,6 +780,11 @@ public class Service extends PathPropertyList return result; } + /** + * Gets the URL all. + * + * @return the URL all + */ public URLSet getURLAll() { URLSet result;