feature_card #4

Manually merged
norangebit merged 9 commits from feature_card into develop 2019-11-12 11:38:00 +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; package wekan.wrapper.entity;
import com.google.gson.annotations.SerializedName; import com.google.gson.annotations.SerializedName;
import java.util.ArrayList;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
public class Card { public class Card {
//Constructor for update card
public Card(String authorId, String title, String swimlaneId, String description) { public Card(String authorId, String title, String swimlaneId, String description) {
this.authorId= authorId; this.authorId= authorId;
this.title = title; this.title = title;
@ -16,7 +15,6 @@ public class Card {
} }
public Card() { public Card() {
} }
public String getId() { public String getId() {