diff artifacts/src/main/java/org/dive4elements/river/utils/RiverUtils.java @ 9752:a41f9c355204 3.2.x

Remove unused parameter
author Tom Gottfried <tom@intevation.de>
date Tue, 11 Oct 2022 12:40:36 +0200
parents 308a0d822d18
children a83029cc7e6a
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/utils/RiverUtils.java	Tue Oct 11 11:42:09 2022 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/utils/RiverUtils.java	Tue Oct 11 12:40:36 2022 +0200
@@ -611,11 +611,9 @@
      * Returns the URL of user mapfile for the owner of Artifact
      * <i>artifactId</i>.
      *
-     * @param artifactId The UUID of an artifact.
-     *
      * @return the URL of the user wms.
      */
-    public static String getUserWMSUrl(String artifactId) {
+    public static String getUserWMSUrl() {
         String url = getXPathString(XPATH_MAPSERVER_URL);
         url = url.endsWith("/") ? url + "user-wms" : url + "/" + "user-wms";
 

http://dive4elements.wald.intevation.org