Skip to content
Snippets Groups Projects
Commit 3cf89058 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Added URL debugging option (again)

parent abd7fa40
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,7 @@ public class WeatherDataSourceUtil {
String URLOutput;
try {
URL weatherURL = new URL(URL.toString());
//System.out.println("URL=" + weatherURL);
URLConn = weatherURL.openConnection();
URLStream = URLConn.getInputStream();
URLOutput = IOUtils.toString(URLStream);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment