Skip to content
Snippets Groups Projects
Fredrik Roubert's avatar
ITS#4501 Replace call to deprecated File.toURL() method.
Fredrik Roubert authored
JDK 6 deprecated File.toURL() in favour of File.toURI().toURL() because
it does not automatically escape characters that are illegal in URLs.
70b87f22
History