Summary

A destructor cannot have parameters.

Details

A destructor is a method that destroys the Classifier it belongs to, and does not need any parameters.

Tips

Remove these parameters, or remove the 'destructor' stereotype from the method.