* minor - ignore close exception.

This commit is contained in:
Heng Sin Low 2007-10-26 01:44:20 +00:00
parent 6a45c8f94e
commit 3c23ae8e77
1 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,8 @@ public class MPAttributeLookup extends Lookup
}
catch (SQLException e)
{
log.log(Level.SEVERE, "dispose", e);
//no need to log close exception
//log.log(Level.SEVERE, "dispose", e);
}
log.fine("");
super.dispose();