#93 codestyle
This commit is contained in:
parent
cbae48c23e
commit
e81ee4d36b
@ -4,7 +4,8 @@ public class ActivityElement {
|
||||
private int startedCount = 0;
|
||||
private int completedCount = 0;
|
||||
|
||||
public ActivityElement() {}
|
||||
public ActivityElement() {
|
||||
}
|
||||
|
||||
public ActivityElement(int startedCount, int completedCount) {
|
||||
this.startedCount = startedCount;
|
||||
|
Loading…
Reference in New Issue
Block a user