Skip to content

Commit 2496dec

Browse files
author
Damian Staszewski
committed
testSession() is a string, not JsonObject
1 parent 37b3e08 commit 2496dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/pl/stachu540/hirezstudios/HiRezGames.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public String ping() {
4646
* Testing session when it is established.
4747
* @return A means of validating that a session is established.
4848
*/
49-
public StringData testSession() { return this.session.testSession(); }
49+
public String testSession() { return this.session.testSession(); }
5050

5151
/**
5252
* Checking server status.

0 commit comments

Comments
 (0)