1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 04:21:31 +02:00

More Cleanup :: add TODO comments

This commit is contained in:
Iaccidentally
2013-01-14 18:18:24 -05:00
parent 4818bec0d8
commit 232052b7d2
25 changed files with 35 additions and 41 deletions

View File

@@ -70,7 +70,7 @@ public class EssentialsLocalChatEvent extends Event implements Cancellable
public void setFormat(final String format)
{
// Oh for a better way to do this!
//TODO: Oh for a better way to do this!
try
{
String.format(format, player, message);