removing unnecesary validation
This commit is contained in:
committed by
Ezequiel Bergamaschi
parent
1b480b566a
commit
c68b4c90da
@@ -229,9 +229,6 @@ public class Mindmap {
|
||||
}
|
||||
|
||||
public void setCreator(@NotNull User creator) {
|
||||
if (creator == null) {
|
||||
throw new IllegalArgumentException("Owner can not be null");
|
||||
}
|
||||
this.creator = creator;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user