REFACTOR purge TextMessage class
This commit is contained in:
parent
fac18fb26d
commit
82229cb32b
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
package me.imsonmia.epqapi.controller;
|
||||
|
||||
public class TextMessage {
|
||||
private String text;
|
||||
public TextMessage() {
|
||||
|
||||
}
|
||||
public TextMessage(String text) {
|
||||
this.text = text;
|
||||
}
|
||||
public String getText() {
|
||||
return text;
|
||||
}
|
||||
public void setText(String text) {
|
||||
this.text = text;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue