Remove unecessary semicolon
This commit is contained in:
parent
50207ec316
commit
ffaaef6610
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ public class QuadTree<T> {
|
|||
bounds = new QuadRect(b.left, b.top, b.right, b.bottom);
|
||||
children = new Node[4];
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private float ratio;
|
||||
private float ratio;
|
||||
private int maxDepth;
|
||||
private Node<T> root;
|
||||
|
||||
|
|
Loading…
Reference in a new issue