mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
remove unused method
This commit is contained in:
parent
81e9b5f59d
commit
d601a2818f
@ -53,9 +53,6 @@ public class RestLabel {
|
||||
return label.getId();
|
||||
}
|
||||
|
||||
public String getCreator() {
|
||||
return this.label.getCreator().getEmail();
|
||||
}
|
||||
|
||||
public void setId(int id) {
|
||||
label.setId(id);
|
||||
|
Loading…
Reference in New Issue
Block a user