From 5f45a24af2cbc5e547ca4f298c09243c73342372 Mon Sep 17 00:00:00 2001 From: Erik Brakkee Date: Fri, 17 Mar 2006 22:53:04 +0000 Subject: [PATCH] --- crawler/kiss/src/org/wamblee/crawler/kiss/MatchVisitor.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crawler/kiss/src/org/wamblee/crawler/kiss/MatchVisitor.java b/crawler/kiss/src/org/wamblee/crawler/kiss/MatchVisitor.java index 92e9b89a..031c48ad 100644 --- a/crawler/kiss/src/org/wamblee/crawler/kiss/MatchVisitor.java +++ b/crawler/kiss/src/org/wamblee/crawler/kiss/MatchVisitor.java @@ -29,7 +29,7 @@ public class MatchVisitor extends AbstractVisitor { /** * Criterion that determines which programs are interesting. */ - private Condition _matcher; + private Condition _matcher; /** * List of interesting programs. @@ -40,7 +40,7 @@ public class MatchVisitor extends AbstractVisitor { * Constructs the visitor. * @param aMatcher Condition describing interesting programs. */ - public MatchVisitor(Condition aMatcher) { + public MatchVisitor(Condition aMatcher) { _matcher = aMatcher; _programs = new ArrayList(); } -- 2.31.1