Skip to content

Commit

Permalink
Updated user model.
Browse files Browse the repository at this point in the history
  • Loading branch information
malithie committed Jul 29, 2024
1 parent 4f224ec commit a553164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
public class User {

String id;
private String id;

public User(String id) {

Expand Down

0 comments on commit a553164

Please sign in to comment.