forked from External/mage
Revert "introduced StringUtil class with .isEmpty(String input) and .isNotEmp…"
This commit is contained in:
parent
18e771ccd5
commit
d7dd635bca
51 changed files with 96 additions and 294 deletions
|
|
@ -45,17 +45,7 @@ public class ChatMessage implements Serializable {
|
|||
private MessageType messageType;
|
||||
|
||||
public enum MessageColor {
|
||||
BLACK("Black"), RED("Red"), GREEN("Green"), BLUE("Blue"), ORANGE("Orange"), YELLOW("Yellow");
|
||||
|
||||
private String color;
|
||||
|
||||
MessageColor(String t){
|
||||
color = t;
|
||||
}
|
||||
|
||||
public String toString(){
|
||||
return color;
|
||||
}
|
||||
BLACK, RED, GREEN, BLUE, ORANGE, YELLOW;
|
||||
}
|
||||
|
||||
public enum MessageType {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue