#98 deadline edited

pull/201/head
Васин Антон 5 years ago
parent 52ae197f34
commit 241c489b21

@ -66,7 +66,9 @@ public class Deadline extends BaseEntity {
return executor;
}
public void setExecutor(String executor) { this.executor = executor; }
public void setExecutor(String executor) {
this.executor = executor;
}
public Boolean getDone() {
return done;

Loading…
Cancel
Save