Skip to content

Commit 32f947b

Browse files
Incorrect return type.
1 parent 76eafab commit 32f947b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/data/CardData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99

1010
public interface CardData {
11-
public User getCard(int nCard);
11+
public Card getCard(int nCard);
1212
public void saveCard(Card c);
1313
}

0 commit comments

Comments
 (0)