Last active
January 8, 2016 05:32
-
-
Save DeepakRattan/e8922f30d176687b6f57 to your computer and use it in GitHub Desktop.
Good morming all... I have a query .Can anybody please tell me what is the significance of putting d code inside curly braces?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
try { | |
mSocket = IO.socket(Constants.CHAT_SERVER_URL); | |
Log.e("Socket", String.valueOf(mSocket)); | |
} catch (URISyntaxException e) { | |
throw new RuntimeException(e); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment