'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:
parent
41c1a62ac4
commit
ae0bac5696
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue