initial commit with the structures that are to be set up

This commit is contained in:
Cyrus 2021-03-11 10:55:22 -05:00
parent 28f0fdb3e1
commit 19aa3c27a1

View File

@ -22,7 +22,7 @@ import java.util.UUID;
* with a {@link ReferenceManifestManager}. To make use of this object, * with a {@link ReferenceManifestManager}. To make use of this object,
* use (some ReferenceManifest).select(ReferenceManifestManager). * use (some ReferenceManifest).select(ReferenceManifestManager).
* *
* @param <T> the type of Reference Integrity Manifest that will be retrived. * @param <T> the type of Reference Integrity Manifest that will be retrieved.
*/ */
public abstract class ReferenceManifestSelector<T extends ReferenceManifest> { public abstract class ReferenceManifestSelector<T extends ReferenceManifest> {
/** /**