modified ImageMessage.java line 45: mage > Image

This commit is contained in:
박준서
2024-03-11 19:20:14 +09:00
committed by Christian Tzolov
parent 6638efe285
commit 0e8b6966a8

View File

@@ -42,7 +42,7 @@ public class ImageMessage {
@Override
public String toString() {
return "mageMessage{" + "text='" + text + '\'' + ", weight=" + weight + '}';
return "ImageMessage{" + "text='" + text + '\'' + ", weight=" + weight + '}';
}
@Override