diff --git a/src/main/java/com/commafeed/backend/feeds/FeedUtils.java b/src/main/java/com/commafeed/backend/feeds/FeedUtils.java index 3531f2e8..3f2a07a1 100644 --- a/src/main/java/com/commafeed/backend/feeds/FeedUtils.java +++ b/src/main/java/com/commafeed/backend/feeds/FeedUtils.java @@ -88,8 +88,8 @@ public class FeedUtils { } /** - * Normalize the url. The resulting url is not meant to be used but rather - * as a mean to identify a feed and avoid duplicates + * Normalize the url. The resulting url is not meant to be fetched but + * rather used as a mean to identify a feed and avoid duplicates */ public static String normalizeURL(String url) { if (url == null) {