Skip to content

Commit 8d1f520

Browse files
committed
tweak project and add project test
1 parent 18b41f4 commit 8d1f520

6 files changed

Lines changed: 442 additions & 27 deletions

File tree

src/main/java/com/gooddata/md/Meta.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ public Meta(String title) {
6969
this.title = title;
7070
}
7171

72+
public Meta(String title, String summary) {
73+
this.title = title;
74+
this.summary = summary;
75+
}
76+
7277
public String getAuthor() {
7378
return author;
7479
}

0 commit comments

Comments
 (0)