Created
April 25, 2017 13:07
-
-
Save noili/c8cb014a15dbd21aacb34f052c5e05cd to your computer and use it in GitHub Desktop.
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
| String sUsuario = (((UserSession) session.getAttribute("UserSession")).getName().length() >= 10) ? ((UserSession) session.getAttribute("UserSession")).getName() | |
| .substring(0, | |
| 10) | |
| : ((UserSession) session.getAttribute("UserSession")).getName(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment