Unused enum constant "skip" removed (#571)

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
Dominic Schabel
2017-08-30 13:50:43 +02:00
committed by Kai Zimmermann
parent 4f79b8ba47
commit 1301dbad39

View File

@@ -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).
*/