Meaningful documentation string

This commit is contained in:
Mark DePristo 2011-10-19 15:47:36 -04:00
parent 1b38aa1a7e
commit 52345f0aec
1 changed files with 3 additions and 3 deletions

View File

@ -31,10 +31,10 @@ import net.sf.samtools.BAMRecord;
import org.broadinstitute.sting.utils.exceptions.UserException; import org.broadinstitute.sting.utils.exceptions.UserException;
/** /**
* Factory interface which allows plugging in of different classes for generating instances of * Factory interface implementation used to create GATKSamRecords
* SAMRecord and BAMRecord when reading from SAM/BAM files. * from SAMFileReaders with SAM-JDK
* *
* @author Tim Fennell * @author Mark DePristo
*/ */
public class GATKSamRecordFactory implements SAMRecordFactory { public class GATKSamRecordFactory implements SAMRecordFactory {