added a little doc

This commit is contained in:
Athou
2013-07-26 16:00:02 +02:00
parent 68ad6d8b55
commit da94880c53
19 changed files with 85 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ public class FaviconFetcher {
return bytes;
}
boolean isValidIconResponse(byte[] content, String contentType) {
private boolean isValidIconResponse(byte[] content, String contentType) {
if (content == null) {
return false;
}