UrlProfileStore.getProfile(String ID) throws NPE when a given ID is not found in ClasspathProfileStore. -> BufferedReader in = new BufferedReader(new InputStreamReader(getURL(ID).openStream()));
Now returning null what causes the ProfileValidator to throw a ProfileException
Log in to post a comment.
Now returning null what causes the ProfileValidator to throw a ProfileException