Revision 502
Added by bojilova about 24 years ago
src/edu/ucsb/nceas/metacat/MetaCatSession.java | ||
---|---|---|
63 | 63 |
srbJG = (SrbJavaGlueInterface)Naming.lookup(name); |
64 | 64 |
} catch (Exception e) { |
65 | 65 |
System.err.println("MetaCatSession static: " + e.getMessage()); |
66 |
System.exit(0); |
|
67 | 66 |
} |
68 | 67 |
} |
69 | 68 |
|
Also available in: Unified diff
clear System.exit(0) within the static block