Changeset 22700


Ignore:
Timestamp:
03/09/10 13:07:28 (17 months ago)
Author:
julie
Message:

fix comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bio/webapp/src/org/intermine/bio/web/export/GFF3Util.java

    r22539 r22700  
    3434 
    3535    /** 
    36      * Create a GFF3Record from a LocatedSequenceFeature. 
     36     * Create a GFF3Record from a SequenceFeature. 
    3737     * 
    38      * @param lsf the LocatedSequenceFeature 
     38     * @param lsf the SequenceFeature 
    3939     * @param soClassNameMap a Map from FlyMine class names to SO term names 
    4040     * @param sourceName the name of the data source encoded in the GFF, so the name of your project 
     
    8787            if (type == null) { 
    8888                throw new IllegalArgumentException("argument to makeGFF3Record isn't a " 
    89                                                    + "LocatedSequenceFeature"); 
     89                                                   + "SequenceFeature"); 
    9090            } 
    9191 
Note: See TracChangeset for help on using the changeset viewer.