mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-21 06:52:11 +01:00
fix unused command field
This commit is contained in:
@@ -71,6 +71,7 @@ public final class CommandNotSupportedException extends RuntimeException
|
||||
public CommandNotSupportedException(Command command, String message)
|
||||
{
|
||||
super(message);
|
||||
this.command = command;
|
||||
}
|
||||
|
||||
//~--- get methods ----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user