Compare commits
No commits in common. "new_feature" and "main" have entirely different histories.
new_featur
...
main
@ -1,9 +1,4 @@
|
||||
public class User {
|
||||
private String username;
|
||||
private String password;
|
||||
|
||||
public User(String username, String password) {
|
||||
this.username = username;
|
||||
this.password = password;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user