Changeset 22802


Ignore:
Timestamp:
08/09/10 16:13:46 (17 months ago)
Author:
alex
Message:

Now does not sort properties or sources in the SourceList? now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/intermine/MineManager/modelviewer/src/main/java/org/intermine/modelviewer/ProjectLoader.java

    r22739 r22802  
    8181    throws JAXBException, SAXException, ParserConfigurationException, IOException { 
    8282        Project project = configParser.loadProjectFile(projectFile); 
    83         Collections.sort(project.getSources().getSource(), SourceNameComparator.INSTANCE); 
    84          
    85         for (Source s : project.getSources().getSource()) { 
    86             Collections.sort(s.getProperty(), PropertyNameComparator.INSTANCE); 
    87         } 
    88          
    8983        return project; 
    9084    } 
Note: See TracChangeset for help on using the changeset viewer.