Ignore:
Timestamp:
2013-04-29T17:25:45+02:00 (13 years ago)
Author:
stoecker
Message:

use 3 step wiki loading fallback, cleanup handling of language fallbacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/help/HelpContentReader.java

    r5874 r5915  
    4242     */
    4343    public String fetchHelpTopicContent(String helpTopicUrl, boolean dotest) throws HelpContentReaderException {
     44        if(helpTopicUrl == null)
     45            throw new MissingHelpContentException();
    4446        HttpURLConnection con = null;
    4547        BufferedReader in = null;
Note: See TracChangeset for help on using the changeset viewer.