'made public' implies the 'public' keyword, actually...

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@835 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
asivache 2009-05-27 17:57:01 +00:00
parent 41c1a62ac4
commit ae0bac5696
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import org.broadinstitute.sting.utils.StingException;
/** Holds a single transcript annotation: refseq id, gene name, genomic locations of the locus, of the coding region
* and of all the exons.
*/
class Transcript {
public class Transcript {
private String transcript_id;
private int strand;
private GenomeLoc transcript_interval;