release 0.1 #30

Manually merged
noemi3 merged 150 commits from release/0.1 into master 2020-01-18 14:59:02 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 8be32f94fd - Show all commits

View File

@ -1,13 +1,12 @@
package wekan.wrapper.entity;
import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class Card {
//Constructor for update card
public Card(String authorId, String title, String swimlaneId, String description) {
this.authorId= authorId;
this.title = title;
@ -16,7 +15,6 @@ public class Card {
}
public Card() {
}
public String getId() {