Revision 1392
Added by Jing Tao almost 22 years ago
src/edu/ucsb/nceas/metacat/DBEntityResolver.java | ||
---|---|---|
435 | 435 |
* |
436 | 436 |
* @param systemId a URI (in practice URL) to be checked and opened |
437 | 437 |
*/ |
438 |
private InputStream checkURLConnection (String systemId)
|
|
438 |
public static InputStream checkURLConnection (String systemId)
|
|
439 | 439 |
throws SAXException |
440 | 440 |
{ |
441 | 441 |
try { |
Also available in: Unified diff
Change checkURLConnection to public static. It can be rused.