From 91785d895cb7066f60a409247b6f26c4f9602b86 Mon Sep 17 00:00:00 2001 From: low012 Date: Sun, 21 Jun 2009 20:08:52 +0000 Subject: [PATCH] *) minor changes in comments git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6109 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/plasma/parser/swf/swfParser.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/de/anomic/plasma/parser/swf/swfParser.java b/source/de/anomic/plasma/parser/swf/swfParser.java index 03da260ca..1f275a607 100644 --- a/source/de/anomic/plasma/parser/swf/swfParser.java +++ b/source/de/anomic/plasma/parser/swf/swfParser.java @@ -1,4 +1,4 @@ -//docParser.java +//swfParser.java //------------------------ //part of YaCy //(C) by Michael Peter Christen; mc@yacy.net @@ -6,7 +6,10 @@ //Frankfurt, Germany, 2005 // //this file is contributed by Marc Nause -//last major change: 01.11.2006 +// +// $LastChangedDate$ +// $LastChangedRevision$ +// $LastChangedBy$ // //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 @@ -146,6 +149,7 @@ public class swfParser extends AbstractParser implements Parser { } } + @Override public void reset() { // this code is executed if the parser class is returned into the parser pool super.reset();