Graph model footprint optimisation #23

Open
claudio.atzori wants to merge 16 commits from ticket_8369 into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 4d70508ad9 - Show all commits

View File

@ -4,6 +4,8 @@ import java.io.Serializable;
public class License implements Serializable {
private String url;
public License() {
}
@ -12,8 +14,6 @@ public class License implements Serializable {
this.url = url;
}
private String url;
public String getUrl() {
return url;
}