Merge branch 'master' into feature/code-cleanup

This commit is contained in:
Michael Bayne
2019-05-28 16:16:21 -07:00
committed by GitHub
5 changed files with 397 additions and 12 deletions
@@ -820,8 +820,7 @@ public class Application
* Returns a URL from which the specified path can be fetched. Our application base URL is
* properly versioned and combined with the supplied path.
*/
public URL getRemoteURL (String path)
throws MalformedURLException
public URL getRemoteURL (String path) throws MalformedURLException
{
return new URL(_vappbase, encodePath(path));
}