72737475767778
/** * Resets the sorting strategy to be the default. It sorts on the column that is clicked on (header is clicked on). */ public void setDefaultViewSorter( ){ setIssuesViewSorter(new IssuesSorter()); }