Renamed Empty to Count methods in analysisTK
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@16 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
a5c76f7666
commit
fd447d7c1d
|
|
@ -14,7 +14,7 @@ import java.util.List;
|
|||
* Time: 3:22:14 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class EmptyLocusWalker implements LocusWalker<Integer, Integer> {
|
||||
public class CountLociWalker implements LocusWalker<Integer, Integer> {
|
||||
public void initialize() {
|
||||
}
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ import edu.mit.broad.sting.atk.LocusContext;
|
|||
* Time: 3:22:14 PM
|
||||
* To change this template use File | Settings | File Templates.
|
||||
*/
|
||||
public class EmptyReadWalker implements ReadWalker<Integer, Integer> {
|
||||
public class CountReadsWalker implements ReadWalker<Integer, Integer> {
|
||||
|
||||
public void initialize() { }
|
||||
|
||||
Loading…
Reference in New Issue