#98 deadline edited

This commit is contained in:
Васин Антон 2019-05-06 22:10:40 +03:00
parent 52ae197f34
commit 241c489b21

View File

@ -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;