202122232425262728
return command; } @Override protected Command getDeleteBendpointCommand(BendpointRequest request) { TransitionDeleteBendpointCommand command = new TransitionDeleteBendpointCommand(); fillCommand(request, command); return command; }