Project

General

Profile

« Previous | Next » 

Revision 502

Added by bojilova over 23 years ago

clear System.exit(0) within the static block

View differences:

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