<<< public class ZoomCommand extends AbstractCommand { <<< <<< public ZoomCommand (String name, float scale, DrawingEditor newDrawingEditor) { } <<< <<< <<< <<< } >>> public class ZoomCommand extends AbstractCommand { >>> >>> public ZoomCommand (String newSame, float newScale, DrawingEditor newDrawingEditor) { } >>> >>> >>> >>> }