Project

General

Profile

« Previous | Next » 

Revision 169

Added by Matt Jones about 24 years ago

fixed string broken over two lines

View differences:

src/edu/ucsb/nceas/metacat/AccessionNumber.java
122 122
            pstmt.close();
123 123
            
124 124
        } catch (SQLException e) {
125
            System.out.println("Error on AccessionNumber.unique(globalName, 
126
                               localId): " + e.getMessage());
125
            System.out.println("Error on AccessionNumber.unique(globalName, " +
126
                               "localId): " + e.getMessage());
127 127
            throw e;
128 128
        }    
129 129
        

Also available in: Unified diff