1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 04:25:15 +01:00

Update BoostMultiplier.java

This commit is contained in:
montlikadani 2018-08-16 18:13:28 +02:00 committed by GitHub
parent 779a2751b7
commit e043a3756e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import java.util.HashMap;
public class BoostMultiplier {
HashMap<CurrencyType, Double> map = new HashMap<CurrencyType, Double>();
HashMap<CurrencyType, Double> map = new HashMap<>();
@Override
public BoostMultiplier clone() {