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:
depristo 2009-03-01 23:31:33 +00:00
parent a5c76f7666
commit fd447d7c1d
2 changed files with 2 additions and 2 deletions

View File

@ -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() {
}

View File

@ -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() { }