mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 08:55:44 +01:00
Set namespace while creating a repository
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package sonia.scm.repository;
|
||||
|
||||
import sonia.scm.plugin.Extension;
|
||||
|
||||
@Extension
|
||||
public class DefaultNamespaceStrategy implements NamespaceStrategy{
|
||||
@Override
|
||||
public String getNamespace() {
|
||||
return "42";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user