Project

General

Profile

« Previous | Next » 

Revision 599

Added by bojilova over 23 years ago

constructor DBEntityResolver(Connection conn) is needed; cleared by mistake

View differences:

src/edu/ucsb/nceas/metacat/DBEntityResolver.java
48 48
   * Construct an instance of the DBEntityResolver class
49 49
   *
50 50
   * @param conn the JDBC connection to which information is written
51
   */
52
  public DBEntityResolver(Connection conn)
53
  {
54
    this.conn = conn;
55
  }
56
  /** 
57
   * Construct an instance of the DBEntityResolver class
58
   *
59
   * @param conn the JDBC connection to which information is written
51 60
   * @param handler the SAX handler to determine parsing context
52 61
   * @param dtd Reader of new dtd to be uploaded on server's file system
53 62
   */

Also available in: Unified diff