Revision 169
Added by Matt Jones over 24 years ago
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
fixed string broken over two lines