Fikser upper camelcase på ICardWithoutSuit

This commit is contained in:
Kristian Knarvik 2020-02-22 23:29:08 +01:00
parent 544e5d9e04
commit 76cc495c11

View File

@ -5,7 +5,7 @@ package inf112.fiasko.roborally.objects;
* @param <S> the type for the card value * @param <S> the type for the card value
* @param <T> the type for the symbol * @param <T> the type for the symbol
*/ */
public interface ICardWithOutSuit<S,T> { public interface ICardWithoutSuit<S,T> {
/** /**
* Gets the value of the card * Gets the value of the card
* @return card value * @return card value