use javax validation

This commit is contained in:
Mohamed Karray
2018-10-09 08:55:57 +02:00
parent 9f02102f42
commit 41b47b13dc
6 changed files with 16 additions and 52 deletions

View File

@@ -186,7 +186,7 @@ public class Repository extends BasicPropertiesAware implements ModelObject, Per
@Override
public String getDisplayName() {
return getNamespaceAndName().toString();
return getNamespace() + "/" + getName();
}
@Override