Changeset 2685
- Timestamp:
- 03/08/10 17:29:21 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molgenis/3.3/src/org/molgenis/framework/ui/html/MrefInput.java
r2674 r2685 18 18 import java.util.List; 19 19 import java.util.Map; 20 import java.util.TreeMap; 20 21 21 22 import org.molgenis.framework.db.QueryRule; … … 31 32 //The label of the value to show in the box 32 33 //xrefLabel,values 33 private Map<String,List> valueLabels ;34 private Map<String,List> valueLabels = new TreeMap<String,List>(); 34 35 //what is this? 35 36 private String targetfield;
Note: See TracChangeset
for help on using the changeset viewer.