Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 96837db

Browse files
author
Mustafa ÖNCEL
committed
Update readme
1 parent 3fbe513 commit 96837db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class Main {
4141

4242
if(o instanceof ResponseType) {
4343

44-
throw new IllegalArgumentException("An error occured when validating your account. The web server response is: " + ((ResponseType) o).toString());
44+
System.out.println("An error occured when validating your account. The web server response is: " + ((ResponseType) o).toString());
4545

4646
} else if(o instanceof User) {
4747

0 commit comments

Comments
 (0)