fix unused command field

This commit is contained in:
Sebastian Sdorra
2012-06-26 08:29:07 +02:00
parent 28ace74f5b
commit c3190de79e

View File

@@ -71,6 +71,7 @@ public final class CommandNotSupportedException extends RuntimeException
public CommandNotSupportedException(Command command, String message)
{
super(message);
this.command = command;
}
//~--- get methods ----------------------------------------------------------