Changeset 3979 for TI01-discovery
- Timestamp:
- 03/06/08 15:21:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI01-discovery/branches/ws-Discovery2-upgrade/src/ndg/services/discovery/DiscoveryServiceSkeleton.java
r3976 r3979 38 38 public static final String DIF_FORMAT = "DIF"; 39 39 public static final String MDIP_FORMAT = "MDIP"; 40 public static final String ISO191 15_FORMAT = "ISO19115";40 public static final String ISO19139_FORMAT = "ISO19139"; 41 41 42 42 // to_tsvector ignores the '_' character; as a work around replace this with the following string … … 54 54 public static boolean isValidFormat(String format) 55 55 { 56 String[] allFormats = {ORIGINAL_FORMAT, DC_FORMAT, DIF_FORMAT, MDIP_FORMAT, ISO191 15_FORMAT};56 String[] allFormats = {ORIGINAL_FORMAT, DC_FORMAT, DIF_FORMAT, MDIP_FORMAT, ISO19139_FORMAT}; 57 57 for (int i = 0; i < allFormats.length; i++) 58 58 { … … 373 373 list.addListMember(DIF_FORMAT); 374 374 list.addListMember(MDIP_FORMAT); 375 list.addListMember(ISO191 15_FORMAT);375 list.addListMember(ISO19139_FORMAT); 376 376 //list.addListMember("moles"); 377 377 }
Note: See TracChangeset
for help on using the changeset viewer.