From d53a917627024533f0e58d2ee2139cadf8cfff00 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 19 Jul 2016 22:38:32 +0100 Subject: [PATCH] getAbilityDetails using map and list interface Changes so it uses the interface rather than the concrete class. --- .../src/mineplex/core/progression/ProgressiveKit.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/Mineplex.Core/src/mineplex/core/progression/ProgressiveKit.java b/Plugins/Mineplex.Core/src/mineplex/core/progression/ProgressiveKit.java index f62a51da7..1f092f763 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/progression/ProgressiveKit.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/progression/ProgressiveKit.java @@ -1,7 +1,7 @@ package mineplex.core.progression; -import java.util.ArrayList; -import java.util.HashMap; +import java.util.List; +import java.util.Map; import java.util.UUID; import org.bukkit.Material; @@ -55,7 +55,7 @@ public interface ProgressiveKit * * @return The map of upgrades and their details */ - HashMap> getAbilityDetails(); + Map> getAbilityDetails(); /** * Retrieve the current level of this kit