Unused enum constant "skip" removed (#571)
Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
committed by
Kai Zimmermann
parent
4f79b8ba47
commit
1301dbad39
@@ -64,15 +64,10 @@ public class DdiDeployment {
|
||||
}
|
||||
|
||||
/**
|
||||
* The handling type for the update action.
|
||||
* Handling type for the update action.
|
||||
*/
|
||||
public enum HandlingType {
|
||||
|
||||
/**
|
||||
* Not necessary for the command.
|
||||
*/
|
||||
SKIP("skip"),
|
||||
|
||||
/**
|
||||
* Try to execute (local applications may intervene by SP control API).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user