Revision 3337
Added by Jing Tao over 17 years ago
src/edu/ucsb/nceas/metacat/DBQuery.java | ||
---|---|---|
2390 | 2390 |
/** |
2391 | 2391 |
* tests to see if this set contains the given docid |
2392 | 2392 |
*/ |
2393 |
public boolean containsDocid(String docid)
|
|
2393 |
private boolean containsDocid(String docid)
|
|
2394 | 2394 |
{ |
2395 | 2395 |
for(int i=0; i<docids.size(); i++) |
2396 | 2396 |
{ |
Also available in: Unified diff
Change a method to private