Skip to content

Commit

Permalink
[MNG-6081] Log refactoring - Method Invocation Replaced By Variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nemo9cby authored and michael-o committed Oct 21, 2016
1 parent 5bd5a6d commit e07978b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void omitForNearer( Artifact omitted, Artifact kept )

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 + ")" );
}
}

Expand Down Expand Up @@ -164,4 +164,4 @@ public void manageArtifactSystemPath( Artifact artifact, Artifact replacement )
}
}

}
}

0 comments on commit e07978b

Please sign in to comment.