Author: vgritsenko
Date: Fri Aug 17 20:26:50 2007
New Revision: 567219
URL: http://svn.apache.org/viewvc?view=rev&rev=567219
Log:
javadoc
Modified:
xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java
Modified:
xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java
URL:
http://svn.apache.org/viewvc/xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java?view=diff&rev=567219&r1=567218&r2=567219
==============================================================================
---
xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java
(original)
+++
xml/xindice/trunk/java/src/org/apache/xindice/core/indexer/IndexManager.java
Fri Aug 17 20:26:50 2007
@@ -80,7 +80,7 @@
* Create IndexManager for a given collection
*
* @param collection Collection for this IndexManager
- * @throws DBException if can't get collection's symbols
+ * @param timer Timer for indexing tasks
*/
public IndexManager(Collection collection, Timer timer) {
this.collection = collection;
@@ -177,6 +177,7 @@
*
* @param cfg The Indexer's configuration
* @return The Indexer that was created
+ * @throws DBException if unable to create specified indexer
*/
public synchronized Indexer create(Configuration cfg) throws DBException {
String name = cfg.getAttribute(NAME);