135136137138139140141142143144145
conn.connect(); InputStream in = null; try { if (Flickr.debugStream) { in = new DebugInputStream(conn.getInputStream(), System.out); } else { in = conn.getInputStream(); } Response response = null;
260261262263264265266267268269270
} InputStream in = null; try { if (Flickr.debugStream) { in = new DebugInputStream(conn.getInputStream(), System.out); } else { in = conn.getInputStream(); } Response response = null; synchronized (mutex) {