From c129af5142aa1e92501fd3ce8e20b10da47f1a8f Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Mon, 21 Mar 2016 13:06:19 +0100 Subject: Add image --- structure/Grid.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'structure/Grid.java') diff --git a/structure/Grid.java b/structure/Grid.java index 35c82f0..eb76638 100644 --- a/structure/Grid.java +++ b/structure/Grid.java @@ -1,8 +1,6 @@ package structure; -import java.util.ArrayList; -import java.util.HashMap; -import java.util.Random; +import java.util.*; public class Grid { @@ -13,7 +11,7 @@ public class Grid { private Random rand = new Random(); - private static final int maxWeight=100; + private final int maxWeight=100; /** * Build a 3x3 Grid -- cgit v1.2.3