Project

General

Profile

« Previous | Next » 

Revision 777

Added by bojilova almost 23 years ago

changed all mentions of DBAdapter to the new name AbstractDatabase

View differences:

DocumentImpl.java
55 55

  
56 56
import java.net.URL;
57 57

  
58
import edu.ucsb.nceas.dbadapter.DBAdapter;
58
import edu.ucsb.nceas.dbadapter.AbstractDatabase;
59 59

  
60 60
/**
61 61
 * A class that represents an XML document. It can be created with a simple
......
67 67
  static final int ALL = 1;
68 68
  static final int WRITE = 2;
69 69
  static final int READ = 4;
70
  private static final DBAdapter dbAdapter = MetaCatUtil.dbAdapter;
70
  private static final AbstractDatabase dbAdapter = MetaCatUtil.dbAdapter;
71 71

  
72 72
  private Connection conn = null;
73 73
  private String docid = null;

Also available in: Unified diff