Skip to content
Snippets Groups Projects
Commit 4891a1e4 authored by Rama Febriyan's avatar Rama Febriyan
Browse files

appendix A 2.2

parent c2f30c68
No related merge requests found
......@@ -118,7 +118,7 @@ public class Client extends Thread{
}
public String signUp(String username, String passwrd) throws IOException, NoSuchAlgorithmException{
//untuk melakukan join deengan tracker(Appendix A 1.1)
//untuk melakukan signup(Appendix A 2.2)
String response = "";
String request = "";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment