Revision 623
Added by berkley about 24 years ago
src/edu/ucsb/nceas/metacat/DocumentIdentifier.java | ||
---|---|---|
1 |
/** |
|
2 |
* '$RCSfile$' |
|
3 |
* Purpose: A Class that represents a docid |
|
4 |
* Copyright: 2000 Regents of the University of California and the |
|
5 |
* National Center for Ecological Analysis and Synthesis |
|
6 |
* Authors: Chad Berkley |
|
7 |
* Release: @release@ |
|
8 |
* |
|
9 |
* '$Author$' |
|
10 |
* '$Date$' |
|
11 |
* '$Revision$' |
|
12 |
*/ |
|
13 |
|
|
1 | 14 |
package edu.ucsb.nceas.metacat; |
2 | 15 |
|
3 | 16 |
import java.io.*; |
Also available in: Unified diff
added comments to top of class