Revision 5522
Added by berkley over 14 years ago
src/edu/ucsb/nceas/metacat/util/MetacatPopulator.java | ||
---|---|---|
227 | 227 |
{ |
228 | 228 |
if(doc.doctype.trim().equals("BIN")) |
229 | 229 |
{ |
230 |
format = ObjectFormat.APPLICATIONOCTETSTREAM;
|
|
230 |
format = ObjectFormat.OCTET_STREAM;
|
|
231 | 231 |
} |
232 | 232 |
else |
233 | 233 |
{ |
Also available in: Unified diff
updated for new dataone jars