Revision 5448
Added by Matt Jones over 14 years ago
src/edu/ucsb/nceas/metacat/DocumentImpl.java | ||
---|---|---|
2564 | 2564 |
// Get the xml as a string so we can write to file later |
2565 | 2565 |
StringReader xmlReader = new StringReader(xmlString); |
2566 | 2566 |
|
2567 |
logMetacat.debug("DocumentImpl.write - conn usage count before writting: "
|
|
2567 |
logMetacat.debug("DocumentImpl.write - conn usage count before writing: " |
|
2568 | 2568 |
+ conn.getUsageCount()); |
2569 | 2569 |
AccessionNumber ac = new AccessionNumber(accnum, action); |
2570 | 2570 |
String docid = ac.getDocid(); |
Also available in: Unified diff
Fixed spelling error.