mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
removing empty lines
This commit is contained in:
parent
2f4efde017
commit
95fcbb5888
@ -31,7 +31,6 @@ public class RestLabel {
|
||||
this(new Label());
|
||||
}
|
||||
|
||||
|
||||
public RestLabel(@NotNull final Label label) {
|
||||
this.label = label;
|
||||
}
|
||||
@ -53,7 +52,6 @@ public class RestLabel {
|
||||
return label.getId();
|
||||
}
|
||||
|
||||
|
||||
public void setId(int id) {
|
||||
label.setId(id);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user