[MNG-6081] Log refactoring - Method Invocation Replaced By Variable

This commit is contained in:
Nemo Chen 2016-10-21 22:36:41 +02:00 committed by Michael Osipov
parent 5053a628c0
commit a2358ba7bb
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ public class DebugResolutionListener
if ( omittedVersion != null ? !omittedVersion.equals( keptVersion ) : keptVersion != null )
{
logger.debug( indent + omitted + " (removed - nearer found: " + kept.getVersion() + ")" );
logger.debug( indent + omitted + " (removed - nearer found: " + keptVersion + ")" );
}
}
@ -164,4 +164,4 @@ public class DebugResolutionListener
}
}
}
}