Changed mention of interface in javadocs to abstract classes

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684025 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2008-08-08 17:50:11 +00:00
parent 954abed4b2
commit a557dff545
6 changed files with 5 additions and 9 deletions

View File

@ -24,7 +24,7 @@ import java.util.Map;
/**
* <p>
* This interface is supposed to give access to all available objects. So any
* This abstract class gives access to all available objects. So any
* component implemented by a user can have the full power of DataImportHandler
* </p>
* <p>

View File

@ -11,7 +11,6 @@ import java.util.Map;
* <p>
* An implementation for the Context
* </p>
* <p/>
* <b>This API is experimental and subject to change</b>
*
* @version $Id$

View File

@ -25,7 +25,7 @@ import java.util.Properties;
* </p>
* <p/>
* <p>
* Implementation of this interface must provide a default no-arg constructor
* Implementation of this abstract class must provide a default no-arg constructor
* </p>
* <p/>
* <p>

View File

@ -25,7 +25,7 @@ import java.util.Map;
* </p>
* <p/>
* <p>
* Implementations of this interface must provide a public no-args constructor.
* Implementations of this abstract class must provide a public no-args constructor.
* </p>
* <p/>
* <p>

View File

@ -20,17 +20,14 @@ package org.apache.solr.handler.dataimport;
* <p>
* Pluggable functions for resolving variables
* </p>
* <p/>
* <p>
* Implementations of this interface must provide a public no-arg constructor.
* Implementations of this abstract class must provide a public no-arg constructor.
* </p>
* <p/>
* <p>
* Refer to <a
* href="http://wiki.apache.org/solr/DataImportHandler">http://wiki.apache.org/solr/DataImportHandler</a>
* for more details.
* </p>
* <p/>
* <b>This API is experimental and may change in the future.</b>
*
* @version $Id$

View File

@ -24,7 +24,7 @@ import java.util.Map;
* </p>
* <p/>
* <p>
* Implementations of this interface must provide a public no-args constructor.
* Implementations of this abstract class must provide a public no-args constructor.
* </p>
* <p/>
* <p>