Skip to content

Commit

Permalink
report verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
sultan committed Oct 15, 2022
1 parent 793f0d8 commit 3572fcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ else if ( newestUpdateCache.get( details, of( MAJOR ) ) != null )
protected void renderDependencyDetail( Dependency artifact, ArtifactVersions details )
{
ArtifactVersion[] allUpdates = allUpdatesCache.get( details, empty() );
if ( true && allUpdates.length == 0 )
if ( 1 == 1 && allUpdates.length == 0 )
{
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ else if ( newestUpdateCache.get( details, of( MAJOR ) ) != null )
private void renderPropertyDetail( Property property, PropertyVersions details )
{
ArtifactVersion[] allUpdates = allUpdatesCache.get( details, empty() );
if ( true && allUpdates.length == 0 )
if ( 1 == 1 && allUpdates.length == 0 )
{
return;
}
Expand Down

0 comments on commit 3572fcf

Please sign in to comment.