forked from Archives/Athou_commafeed
typo
This commit is contained in:
@@ -50,7 +50,7 @@ public class FacebookFaviconFetcher extends AbstractFaviconFetcher {
|
|||||||
bytes = iconResult.getContent();
|
bytes = iconResult.getContent();
|
||||||
contentType = iconResult.getContentType();
|
contentType = iconResult.getContentType();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.debug("Failed to retrieve YouTube icon", e);
|
log.debug("Failed to retrieve Facebook icon", e);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isValidIconResponse(bytes, contentType)) {
|
if (!isValidIconResponse(bytes, contentType)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user