Revision 339
Added by Matt Jones over 24 years ago
src/edu/ucsb/nceas/metacat/DBReader.java | ||
---|---|---|
83 | 83 |
* @param docid the document node contains the root of the document |
84 | 84 |
* @returns long the nodeid of the root node for this document |
85 | 85 |
*/ |
86 |
public long getRootNode(String docid) {
|
|
86 |
private long getRootNode(String docid) {
|
|
87 | 87 |
// Now look up the root node id |
88 | 88 |
long rootnodeid = 0; |
89 | 89 |
|
... | ... | |
257 | 257 |
|
258 | 258 |
/** |
259 | 259 |
* '$Log$ |
260 |
* 'Revision 1.17 2000/06/26 10:35:05 jones |
|
261 |
* 'Merged in substantial changes to DBWriter and associated classes and to |
|
262 |
* 'the MetaCatServlet in order to accomodate the new UPDATE and DELETE |
|
263 |
* 'functions. The command line tools and the parameters for the |
|
264 |
* 'servlet have changed substantially. |
|
265 |
* ' |
|
260 | 266 |
* 'Revision 1.16.2.2 2000/06/25 23:38:16 jones |
261 | 267 |
* 'Added RCSfile keyword |
262 | 268 |
* ' |
Also available in: Unified diff
changed getRootNode method from public to private