Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
Note: visibility of constructor is better than that of its arguments
  • Loading branch information
FObermaier committed Jan 25, 2024
1 parent da65acd commit b7cb073
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private void simplifySection(int i, int j, int depth, double distanceTolerance)

boolean isValidToSimplify = true;

/**
/*
* Following logic ensures that there is enough points in the output line.
* If there is already more points than the minimum, there's nothing to check.
* Otherwise, if in the worst case there wouldn't be enough points,
Expand Down Expand Up @@ -309,9 +309,8 @@ private boolean hasInvalidIntersection(LineSegment seg0, LineSegment seg1)
/**
* Remove the segs in the section of the line
* @param line
* @param pts
* @param sectionStartIndex
* @param sectionEndIndex
* @param start
* @param end
*/
private void remove(TaggedLineString line,
int start, int end)
Expand Down

0 comments on commit b7cb073

Please sign in to comment.