Changeset 5915 in josm for trunk/src/org/openstreetmap/josm/gui/help/HelpContentReader.java
- Timestamp:
- 2013-04-29T17:25:45+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/help/HelpContentReader.java
r5874 r5915 42 42 */ 43 43 public String fetchHelpTopicContent(String helpTopicUrl, boolean dotest) throws HelpContentReaderException { 44 if(helpTopicUrl == null) 45 throw new MissingHelpContentException(); 44 46 HttpURLConnection con = null; 45 47 BufferedReader in = null;
Note:
See TracChangeset
for help on using the changeset viewer.
