Skip to content

Commit

Permalink
Make parameter name consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Oct 22, 2024
1 parent 6a9af07 commit 0cec47a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ public class TaggedLineStringSimplifier

public TaggedLineStringSimplifier(LineSegmentIndex inputIndex,
LineSegmentIndex outputIndex,
ComponentJumpChecker crossChecker)
ComponentJumpChecker jumpChecker)
{
this.inputIndex = inputIndex;
this.outputIndex = outputIndex;
this.jumpChecker = crossChecker;
this.jumpChecker = jumpChecker;
}

/**
Expand Down

0 comments on commit 0cec47a

Please sign in to comment.