Skip to content

Commit

Permalink
Refactored Reports classes
Browse files Browse the repository at this point in the history
  • Loading branch information
sultan authored and slawekjaranowski committed Nov 26, 2022
1 parent badd0c4 commit d4d0f26
Show file tree
Hide file tree
Showing 7 changed files with 300 additions and 590 deletions.
Expand Up @@ -465,7 +465,7 @@ protected Optional<String> getLowerBound( ArtifactVersion version, Optional<Segm
* @param candidate the version to check.
* @return true if the candidate version is within the range of the restriction parameter.
*/
private boolean isVersionInRestriction( Restriction restriction, ArtifactVersion candidate )
public boolean isVersionInRestriction( Restriction restriction, ArtifactVersion candidate )
{
ArtifactVersion lowerBound = restriction.getLowerBound();
ArtifactVersion upperBound = restriction.getUpperBound();
Expand Down

0 comments on commit d4d0f26

Please sign in to comment.