|
|
|
@ -181,7 +181,7 @@ public final class WebBrowser {
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
content.close();
|
|
|
|
content.close();
|
|
|
|
} catch (IOException ex) {
|
|
|
|
} catch (IOException ex) {
|
|
|
|
LOG.debug("Failed to close connection: " + ex.getMessage());
|
|
|
|
LOG.debug("Failed to close connection: {}", ex.getMessage());
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|