Revision 6306
Added by ben leinfelder over 13 years ago
src/edu/ucsb/nceas/metacat/dataone/ObjectFormatService.java | ||
---|---|---|
56 | 56 |
private Logger logMetacat = Logger.getLogger(ObjectFormatService.class); |
57 | 57 |
|
58 | 58 |
/* The scope of the object formats docid used as the metacat identifier */ |
59 |
private final String OBJECT_FORMAT_DOCID = "OBJECT_FORMAT_LIST.1";
|
|
59 |
public static final String OBJECT_FORMAT_DOCID = "OBJECT_FORMAT_LIST.1";
|
|
60 | 60 |
|
61 | 61 |
/* The revision of the object formats document */ |
62 | 62 |
private int rev; |
Also available in: Unified diff
allow the test to read the OFL docid