Project

General

Profile

« Previous | Next » 

Revision 530

Added by Matt Jones over 23 years ago

Fixed typo in DBSAXHandler debug message.

View differences:

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