r432 - trunk/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/database/lucene
Author: tchemit Date: 2008-01-23 14:14:21 +0000 (Wed, 23 Jan 2008) New Revision: 432 Modified: trunk/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/database/lucene/LuceneDatabase.java Log: suppression initializer inutiles + params javadoc inutile Modified: trunk/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/database/lucene/LuceneDatabase.java =================================================================== --- trunk/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/database/lucene/LuceneDatabase.java 2008-01-23 14:13:46 UTC (rev 431) +++ trunk/simexplorer-is-storage/src/java/fr/cemagref/simexplorer/is/storage/database/lucene/LuceneDatabase.java 2008-01-23 14:14:21 UTC (rev 432) @@ -397,7 +397,7 @@ int result = 0; - Hits hits = null; + Hits hits; // Get current searcher instance Searcher searcher = getSearcher(); try { @@ -439,7 +439,7 @@ Set<MetaDataEntity> result = null; - Hits hits = null; + Hits hits; // Get current searcher instance Searcher searcher = getSearcher(); try { @@ -554,8 +554,6 @@ /** * Transform a Lucene document into a LoggableElement thanks to a factory * - * @param factory - * The element factory * @param document * The document to transform * @return Instance of element @@ -645,7 +643,7 @@ /** * Transform an element to a Lucene document thanks to a factory * - * @param factory + * @param readers * @param element * @return * @throws Exception
participants (1)
-
tchemit@users.labs.libre-entreprise.org