tests: Removed comment
This commit is contained in:
parent
d38fc5925b
commit
30eb45b775
@ -85,7 +85,6 @@ public class DistributeResourcesTest {
|
|||||||
|
|
||||||
private static void testSufficientlyRandom(HashMap<String, HashMap<Character, Integer>> distribution){
|
private static void testSufficientlyRandom(HashMap<String, HashMap<Character, Integer>> distribution){
|
||||||
for (String coordinate : distribution.keySet()){
|
for (String coordinate : distribution.keySet()){
|
||||||
System.out.println(distribution.get(coordinate));
|
|
||||||
int total = 0;
|
int total = 0;
|
||||||
for(Character resource : resourceCharacters){
|
for(Character resource : resourceCharacters){
|
||||||
int amount = distribution.get(coordinate).get(resource);
|
int amount = distribution.get(coordinate).get(resource);
|
||||||
|
Loading…
Reference in New Issue
Block a user