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