removed unused import statement
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@94 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
875272e5c5
commit
69316f1873
|
|
@ -1,6 +1,5 @@
|
||||||
package org.broadinstitute.sting.utils;
|
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
|
/** 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<T>
|
* comparator for objects of type T and can be used to directly compare counted objects of type CountedObject<T>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue