Author: xor
Date: 2008-09-08 04:58:40 +0000 (Mon, 08 Sep 2008)
New Revision: 22547
Modified:
trunk/freenet/src/freenet/clients/http/filter/GIFFilter.java
Log:
Correct Javadoc.
Modified: trunk/freenet/src/freenet/clients/http/filter/GIFFilter.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/filter/GIFFilter.java
2008-09-08 04:49:33 UTC (rev 22546)
+++ trunk/freenet/src/freenet/clients/http/filter/GIFFilter.java
2008-09-08 04:58:40 UTC (rev 22547)
@@ -17,8 +17,8 @@
import freenet.support.io.Closer;
/**
- * Content filter for PNG's.
- * This one just verifies that a PNG is valid, and throws if it isn't.
+ * Content filter for GIF's.
+ * This one just verifies that a GIF is valid, and throws if it isn't.
*/
public class GIFFilter implements ContentDataFilter {