Back to project page HotSpot_Android.
The source code is released under:
GNU General Public License
If you think the Android project HotSpot_Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.ticknardif.hotspot.RESTresponses; /*w w w . j a va 2 s . c om*/ /** * Created by ticknardif on 11/30/14. */ public class LeaveChatroomResponse { public LeaveChatroomResponse() { } @Override public String toString() { return "JoinChatroomResponse{" + '}'; } }