From 296a06ce90d47ff706f949b9478b9d08a6bdb49f Mon Sep 17 00:00:00 2001 From: Otis Gospodnetic Date: Tue, 21 May 2002 16:14:29 +0000 Subject: [PATCH] - Syntax fix. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150774 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/contributions/XML-Indexing-Demo/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/contributions/XML-Indexing-Demo/README.txt b/sandbox/contributions/XML-Indexing-Demo/README.txt index d53150a45f6..26173a12609 100644 --- a/sandbox/contributions/XML-Indexing-Demo/README.txt +++ b/sandbox/contributions/XML-Indexing-Demo/README.txt @@ -3,4 +3,4 @@ This is the README file for XML Indexing Demo contributed by Aruna Raghavan. $Id$ Lucene Indexing Demo illustrates how one can parse and index XML documents -using a SAX2 or DOM with Lucene. +using a SAX2 or DOM parser with Lucene.