mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Fikser upper camelcase på ICardWithoutSuit
This commit is contained in:
parent
544e5d9e04
commit
76cc495c11
@ -5,7 +5,7 @@ package inf112.fiasko.roborally.objects;
|
||||
* @param <S> the type for the card value
|
||||
* @param <T> the type for the symbol
|
||||
*/
|
||||
public interface ICardWithOutSuit<S,T> {
|
||||
public interface ICardWithoutSuit<S,T> {
|
||||
/**
|
||||
* Gets the value of the card
|
||||
* @return card value
|
Loading…
x
Reference in New Issue
Block a user