6869707172737475767778
public void deactivate() { ITagConverter tagConverter = (ITagConverter) getModel(); if (tagConverter != null) { tagConverter.dispose(); } // always do super stuff super.deactivate(); }