mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-16 02:06:18 +01:00
use simplename of namespace strategy, to simplify i18n
This commit is contained in:
@@ -59,7 +59,7 @@ public class NamespaceStrategyResource {
|
||||
}
|
||||
|
||||
private String strategyAsString(NamespaceStrategy namespaceStrategy) {
|
||||
return namespaceStrategy.getClass().getName();
|
||||
return namespaceStrategy.getClass().getSimpleName();
|
||||
}
|
||||
|
||||
private List<String> collectStrategyNames() {
|
||||
|
||||
Reference in New Issue
Block a user