moved url attribue on top

This commit is contained in:
Sandro La Bruzzo 2023-02-14 12:19:04 +01:00
parent c465b2b410
commit 4d70508ad9
1 changed files with 2 additions and 2 deletions

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;
}