dodano konstruktor
This commit is contained in:
parent
c0f27541b3
commit
da49624afe
@ -1,4 +1,9 @@
|
|||||||
public class User {
|
public class User {
|
||||||
private String username;
|
private String username;
|
||||||
private String password;
|
private String password;
|
||||||
|
|
||||||
|
public User(String username, String password) {
|
||||||
|
this.username = username;
|
||||||
|
this.password = password;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user