Refactor: fixed duplicated class name

This commit is contained in:
Oleg Agafonov 2019-04-03 13:00:24 +04:00
parent 2cd28a7d00
commit c6e262b0ed
3 changed files with 9 additions and 9 deletions

View file

@ -13,7 +13,7 @@ import java.util.List;
* @version 0.1 02.11.2010
* @author nantuko
*/
public final class CardUtil {
public final class CardColorUtil {
private static final String regexBlack = ".*\\x7b.{0,2}B.{0,2}\\x7d.*";
private static final String regexBlue = ".*\\x7b.{0,2}U.{0,2}\\x7d.*";