mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 00:59:02 +00:00
Fixed most reported issues by SonarCloud.
This commit is contained in:
+2
-2
@@ -34,8 +34,8 @@ import java.util.Hashtable;
|
||||
|
||||
public class SpatialPartitionBubbles extends SpatialPartitionGeneric<Bubble> {
|
||||
|
||||
final Hashtable<Integer, Bubble> bubbles;
|
||||
final QuadTree quadTree;
|
||||
private final Hashtable<Integer, Bubble> bubbles;
|
||||
private final QuadTree quadTree;
|
||||
|
||||
SpatialPartitionBubbles(Hashtable<Integer, Bubble> bubbles, QuadTree quadTree) {
|
||||
this.bubbles = bubbles;
|
||||
|
||||
Reference in New Issue
Block a user