mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
added missing separator
This commit is contained in:
@@ -81,6 +81,11 @@ public class WUIUrlBuilder
|
||||
value = NULL;
|
||||
}
|
||||
|
||||
if (!this.url.endsWith(SEPARATOR))
|
||||
{
|
||||
this.url = this.url.concat(SEPARATOR);
|
||||
}
|
||||
|
||||
this.url = this.url.concat(value);
|
||||
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user