mirror of https://github.com/apache/maven.git
[MNG-6081] Log refactoring - Method Invocation Replaced By Variable
This commit is contained in:
parent
5053a628c0
commit
a2358ba7bb
|
@ -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
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue