mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
comment fix
This commit is contained in:
parent
d62d0c78f7
commit
7b48e9e0bf
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class CardsStorage {
|
|||
private static List<Card> notImplementedCards;
|
||||
|
||||
/**
|
||||
* Rating that is given for new card.
|
||||
* Rating that is given for new cards.
|
||||
* Ratings are in [1,10] range, so setting it high will make new cards appear more often.
|
||||
*/
|
||||
private static final int DEFAULT_NOT_RATED_CARD_RATING = 6;
|
||||
|
|
Loading…
Reference in a new issue