Skip to content

Commit

Permalink
Fixed bug in MainTest.java caused by redefining UserMsg in ChatTest.j…
Browse files Browse the repository at this point in the history
…ava.
  • Loading branch information
Doan04 committed May 1, 2024
1 parent 563a828 commit 33d4844
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/test/java/uta/cse3310/ChatTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@

// classes to illustrate the concept
class UserMsg {
public String name;
public String message;
int code;
String name;
String message;
int startCoords[];
int endCoords[];
int gameNum;
}

class ChatHandler {
Expand Down

0 comments on commit 33d4844

Please sign in to comment.