removing unnecesary validation
parent
1b480b566a
commit
c68b4c90da
|
@ -229,9 +229,6 @@ public class Mindmap {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setCreator(@NotNull User creator) {
|
public void setCreator(@NotNull User creator) {
|
||||||
if (creator == null) {
|
|
||||||
throw new IllegalArgumentException("Owner can not be null");
|
|
||||||
}
|
|
||||||
this.creator = creator;
|
this.creator = creator;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue