Changeset 1265
- Timestamp:
- 06/23/05 11:31:26 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/external-tools/indexer-backends/lucene/org/midgardproject/lucene/RequestProcessor.java
r715 r1265 18 18 19 19 /** 20 * => Static methode um Request Processor Instanzen fᅵr einen gegebenen 21 * Index zu erhalten/Erstellen (Singelton) 22 * 23 * Multithreading-Sicher! 20 * Use the static method GetInstance to obtain an instance for a given index name, 21 * The system follows a Singelton Pattern. 24 22 */ 25 23 public class RequestProcessor
