Skip to content
Snippets Groups Projects
Commit fc6c01de authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Minor fix

parent fb403f8c
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,9 @@
* limitations under the License.
***************************************************************************/
package kieker.gui.view.util;import java.util.Collections;
package kieker.gui.view.util;
import java.util.Collections;
import java.util.List;
import org.eclipse.swt.SWT;
......@@ -22,7 +24,6 @@ import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.widgets.Tree;
import org.eclipse.swt.widgets.TreeColumn;
n;
public final class TreeColumnSortListener<T> extends SelectionAdapter {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment