Skip to content

Commit

Permalink
Refactored Reports classes
Browse files Browse the repository at this point in the history
  • Loading branch information
sultan committed Nov 24, 2022
1 parent acc5dbd commit 5198e9a
Show file tree
Hide file tree
Showing 7 changed files with 313 additions and 590 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,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
Loading

0 comments on commit 5198e9a

Please sign in to comment.