Subversion Repositories SmartDukaan

Rev

Rev 31828 | Rev 34805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31828 Rev 34545
Line 365... Line 365...
365
                responseString.append(line);
365
                responseString.append(line);
366
            }
366
            }
367
            inputStream.close();
367
            inputStream.close();
368
        } catch (IOException e) {
368
        } catch (IOException e) {
369
            throw new RuntimeException();
369
            throw new RuntimeException();
370
        } finally {
-
 
371
 
-
 
372
        }
370
        }
373
        return responseString.toString();
371
        return responseString.toString();
374
    }
372
    }
375
}
373
}
376
374