Revert "minor cleanup"

This reverts commit 5027198010.

Don't mess with the line endings!
This commit is contained in:
snowleo 2011-07-23 00:50:52 +02:00
parent fdb46f60fd
commit ee13d33b66

View file

@ -43,6 +43,7 @@ public class Commandhelp extends EssentialsCommand
match = ""; match = "";
} }
} }
} }
catch (Exception ex) catch (Exception ex)
{ {
@ -172,6 +173,7 @@ public class Commandhelp extends EssentialsCommand
{ {
if (!reported) if (!reported)
{ {
//
logger.log(Level.WARNING, Util.format("commandHelpFailedForPlugin", pluginName), ex); logger.log(Level.WARNING, Util.format("commandHelpFailedForPlugin", pluginName), ex);
} }
reported = true; reported = true;