Changeset 324

Show
Ignore:
Timestamp:
03/03/10 13:38:56 (2 years ago)
Author:
martijn
Message:

Fixes NPE in DataSource?.isMetabolite()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb/src/org/bridgedb/DataSource.java

    r308 r324  
    6868        private String idExample = null; 
    6969        private boolean isPrimary = true; 
    70         private String type; 
    71         private String urnBase; 
     70        private String type = "unknown"; 
     71        private String urnBase = ""; 
    7272         
    7373        /**