1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

BaseHandler: Removed unused private field

This commit is contained in:
Sebastian Kaspari 2010-04-06 20:34:27 +02:00
parent d5c1daaa3e
commit 28d20d8499

View File

@ -32,7 +32,6 @@ import org.yaaic.model.Server;
*/ */
public abstract class BaseHandler public abstract class BaseHandler
{ {
private String desc;
/** /**
* Execute the command * Execute the command
* *