add javadoc

git-svn-id: https://svn.apache.org/repos/asf/maven/repository-manager/trunk@426404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2006-07-28 06:42:27 +00:00
parent 8a2f6fc754
commit cf7d687bd3
2 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,7 @@ public interface RepositoryArtifactIndex
* Delete records from the index. Simply ignore the request any did not exist.
*
* @param records the records to delete
* @throws RepositoryIndexException if there is a problem removing the record
*/
void deleteRecords( Collection records )
throws RepositoryIndexException;

View File

@ -41,6 +41,7 @@ public interface LuceneIndexRecordConverter
*
* @param document the document
* @return the record
* @throws java.text.ParseException if there is a problem parsing a field (specifically, dates)
*/
RepositoryIndexRecord convert( Document document )
throws ParseException;