Project

General

Profile

« Previous | Next » 

Revision 1395

Added by Jing Tao over 21 years ago

Change schemalocationkeywords constant from private to public and it can be reused.

View differences:

src/edu/ucsb/nceas/metacat/MetaCatServlet.java
121 121
  private static final String SUCCESSCLOSE = "</success>";
122 122
  private static final String ERROR = "<error>";
123 123
  private static final String ERRORCLOSE = "</error>";
124
  private static final String SCHEMALOCATIONKEYWORD = "xsi:schemaLocation";
124
  public static final String SCHEMALOCATIONKEYWORD = "xsi:schemaLocation";
125 125

  
126 126
  /**
127 127
   * Initialize the servlet by creating appropriate database connections

Also available in: Unified diff