Skip to content
Snippets Groups Projects
Commit cfd380b4 authored by Yannis Devos's avatar Yannis Devos
Browse files

correction code inutile

parent 70b48e3e
No related branches found
No related tags found
No related merge requests found
......@@ -20,12 +20,6 @@ public class User {
this.pwd = pwd;
}
public User(){
this.username = null;
this.pwd = null;
}
// Getter //
public int getId(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment