28a29,29 > * @param newDrawingEditor the DrawingEditor which manages the views 29,29d28 < * @param view the target view 31a32,32 > super(name, newDrawingEditor); 31,31c31,31 < protected FigureTransferCommand(String name, DrawingView view) { --- > protected FigureTransferCommand(String name, DrawingEditor newDrawingEditor) { 32,32d31 < super(name, view);