We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use instances of java.net.URI instead of Strings where ever possible.
java.net.URI
String
See testmycode/tmc-core#77 for related effort in TMC-Core.
The text was updated successfully, but these errors were encountered:
ping @nimirum
Sorry, something went wrong.
testmycode#115 All red String urls changed to URI urls
7c734c7
No branches or pull requests
Use instances of
java.net.URI
instead ofString
s where ever possible.See testmycode/tmc-core#77 for related effort in TMC-Core.
The text was updated successfully, but these errors were encountered: