mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-04 20:45:52 +01:00
Fix unittests
This commit is contained in:
@@ -109,6 +109,14 @@ public class Namespace implements PermissionObject, Cloneable {
|
||||
.toHashCode();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Namespace{" +
|
||||
"namespace='" + namespace + '\'' +
|
||||
", permissions=" + permissions +
|
||||
'}';
|
||||
}
|
||||
|
||||
@Override
|
||||
public Namespace clone() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user