use simplename of namespace strategy, to simplify i18n

This commit is contained in:
Sebastian Sdorra
2019-03-11 14:46:35 +01:00
parent 3660ac9fd2
commit d31ef73b88
7 changed files with 95 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ public class NamespaceStrategyResource {
}
private String strategyAsString(NamespaceStrategy namespaceStrategy) {
return namespaceStrategy.getClass().getName();
return namespaceStrategy.getClass().getSimpleName();
}
private List<String> collectStrategyNames() {