Revision 1395
Added by Jing Tao almost 22 years ago
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
Change schemalocationkeywords constant from private to public and it can be reused.