From 69316f1873e3478e809446ee1216635676ca6dfd Mon Sep 17 00:00:00 2001 From: asivache Date: Wed, 18 Mar 2009 21:56:15 +0000 Subject: [PATCH] removed unused import statement git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@94 348d0f76-0448-11de-a6fe-93d51630548a --- .../sting/utils/CountedObjectComparatorAdapter.java | 1 - 1 file changed, 1 deletion(-) diff --git a/playground/java/src/org/broadinstitute/sting/utils/CountedObjectComparatorAdapter.java b/playground/java/src/org/broadinstitute/sting/utils/CountedObjectComparatorAdapter.java index 28798d8ac..affc8fd1a 100755 --- a/playground/java/src/org/broadinstitute/sting/utils/CountedObjectComparatorAdapter.java +++ b/playground/java/src/org/broadinstitute/sting/utils/CountedObjectComparatorAdapter.java @@ -1,6 +1,5 @@ package org.broadinstitute.sting.utils; -import org.broadinstitute.sting.utils.CountedObject; /** Support class for counted objects. This comparator is an adapter: it is initialized with an arbitrary * comparator for objects of type T and can be used to directly compare counted objects of type CountedObject