Skip to content

Commit

Permalink
Fix another javadoc error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jotschi committed Jan 3, 2022
1 parent 15fc58a commit 1c2e99a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class SpatialQuadTreeImpl<T> extends AbstractQuadTree<T> implements Spati
/**
* Create a new QuadTree with the give start coordinates and size
*
* @param startCorrdinates
* @param startCoordinates
* @param size
*/
public SpatialQuadTreeImpl(Point startCoordinates, Size size) {
Expand Down

0 comments on commit 1c2e99a

Please sign in to comment.