mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
Made utility classes final to explicitly forbid it's inheritance
This commit is contained in:
parent
f309717616
commit
498c8cf60c
80 changed files with 83 additions and 83 deletions
|
|
@ -21,7 +21,7 @@ import java.util.*;
|
|||
*
|
||||
* @author nantuko
|
||||
*/
|
||||
public class RateCard {
|
||||
public final class RateCard {
|
||||
|
||||
private static Map<String, Integer> ratings;
|
||||
private static final Map<String, Integer> rated = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue