modified ImageMessage.java line 45: mage > Image
This commit is contained in:
@@ -42,7 +42,7 @@ public class ImageMessage {
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "mageMessage{" + "text='" + text + '\'' + ", weight=" + weight + '}';
|
||||
return "ImageMessage{" + "text='" + text + '\'' + ", weight=" + weight + '}';
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user