Created
August 19, 2015 15:34
-
-
Save drguildo/060266405cdf0b1499a4 to your computer and use it in GitHub Desktop.
Reason to hate Java #4798342
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
| URI uri = new URI(url.getProtocol(), url.getUserInfo(), url.getHost(), url.getPort(), url.getPath(), url.getQuery(), url.getRef()); | |
| return uri.toURL(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment