Changeset 324
- Timestamp:
- 03/03/10 13:38:56 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/org.bridgedb/src/org/bridgedb/DataSource.java
r308 r324 68 68 private String idExample = null; 69 69 private boolean isPrimary = true; 70 private String type ;71 private String urnBase ;70 private String type = "unknown"; 71 private String urnBase = ""; 72 72 73 73 /**
