mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 05:06:48 +02:00
do not log class not found exceptions, because the parent method finds the class in most cases
This commit is contained in:
@@ -87,7 +87,8 @@ public class ScmObjectInputStream extends ObjectInputStream
|
||||
}
|
||||
catch (ClassNotFoundException ex)
|
||||
{
|
||||
logger.warn("could not find class ".concat(desc.getName()), ex);
|
||||
// do not log the exception, because the class
|
||||
// is mostly found by the parent method.
|
||||
}
|
||||
|
||||
if (clazz == null)
|
||||
|
||||
Reference in New Issue
Block a user