Changeset 2685


Ignore:
Timestamp:
03/08/10 17:29:21 (2 years ago)
Author:
mswertz
Message:

bugfix: issue with mref labels not being initialized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis/3.3/src/org/molgenis/framework/ui/html/MrefInput.java

    r2674 r2685  
    1818import java.util.List; 
    1919import java.util.Map; 
     20import java.util.TreeMap; 
    2021 
    2122import org.molgenis.framework.db.QueryRule; 
     
    3132        //The label of the value to show in the box 
    3233        //xrefLabel,values 
    33         private Map<String,List> valueLabels; 
     34        private Map<String,List> valueLabels = new TreeMap<String,List>(); 
    3435        //what is this? 
    3536        private String targetfield; 
Note: See TracChangeset for help on using the changeset viewer.