Decodes the specified string. @param token value to be decoded @return resulting token
(final String token)
| 80 | * @return resulting token |
| 81 | */ |
| 82 | public static String decode(final String token) { |
| 83 | return string(decode(token(token))); |
| 84 | } |
| 85 | |
| 86 | /** |
| 87 | * Decodes the specified token. |
no test coverage detected