mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 08:25:44 +01:00
use static method for createUrlProvider of UrlProviderFactory
This commit is contained in:
@@ -67,7 +67,7 @@ public class UrlProviderFactory
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public UrlProvider createUrlProvider(String baseUrl, String type)
|
||||
public static UrlProvider createUrlProvider(String baseUrl, String type)
|
||||
{
|
||||
UrlProvider provider = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user