Revision 530
Added by Matt Jones about 24 years ago
src/edu/ucsb/nceas/metacat/DBSAXHandler.java | ||
---|---|---|
405 | 405 |
* SAX Handler that receives notification of warnings |
406 | 406 |
*/ |
407 | 407 |
public void warning(SAXParseException exception) throws SAXException { |
408 |
MetaCatUtil.debugMessage("FATALERROR");
|
|
408 |
MetaCatUtil.debugMessage("WARNING");
|
|
409 | 409 |
} |
410 | 410 |
|
411 | 411 |
// |
Also available in: Unified diff
Fixed typo in DBSAXHandler debug message.