Fix filenames and javadoc comments.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 3 May 2013 17:33:34 +0000 (19:33 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 3 May 2013 17:33:34 +0000 (19:33 +0200)
src/main/java/net/pterodactylus/rhynodge/filters/comics/SaturdayMorningBreakfastCerealComicFilter.java
src/main/java/net/pterodactylus/rhynodge/watchers/SaturdayMorningBreakfastCerealWatcher.java

index bf2c75c..f0b8e3d 100644 (file)
@@ -29,7 +29,8 @@ import com.google.common.collect.FluentIterable;
 import org.jsoup.nodes.Document;
 
 /**
- * TODO
+ * {@link ComicSiteFilter} implementation that can parse Saturday Morning
+ * Breakfast Cereal.
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
index b1f616e..769d1dd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * rhynodge - CyanideAndHappinessWatcher.java - Copyright © 2013 David Roden
+ * rhynodge - SaturdayMorningBreakfastCerealWatcher.java - Copyright © 2013 David Roden
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -26,8 +26,8 @@ import net.pterodactylus.rhynodge.queries.HttpQuery;
 import net.pterodactylus.rhynodge.triggers.NewComicTrigger;
 
 /**
- * {@link Watcher} implementation that watches for new Cyanide and Happiness
- * comics.
+ * {@link Watcher} implementation that watches for new Saturday Morning
+ * Breakfast Cereal comics.
  *
  * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */