removing empty lines
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