We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fc58a commit 1c2e99aCopy full SHA for 1c2e99a
src/main/java/io/metaloom/quadtree/spatial/impl/SpatialQuadTreeImpl.java
@@ -18,7 +18,7 @@ public class SpatialQuadTreeImpl<T> extends AbstractQuadTree<T> implements Spati
18
/**
19
* Create a new QuadTree with the give start coordinates and size
20
*
21
- * @param startCorrdinates
+ * @param startCoordinates
22
* @param size
23
*/
24
public SpatialQuadTreeImpl(Point startCoordinates, Size size) {
0 commit comments