https://www.mediawiki.org/wiki/Special:Code/MediaWiki/108954

Revision: 108954
Author:   oren
Date:     2012-01-15 05:01:50 +0000 (Sun, 15 Jan 2012)
Log Message:
-----------
fixed some typos

Modified Paths:
--------------
    trunk/lucene-search-2/src/org/wikimedia/lsearch/config/IndexId.java

Modified: trunk/lucene-search-2/src/org/wikimedia/lsearch/config/IndexId.java
===================================================================
--- trunk/lucene-search-2/src/org/wikimedia/lsearch/config/IndexId.java 
2012-01-15 04:26:53 UTC (rev 108953)
+++ trunk/lucene-search-2/src/org/wikimedia/lsearch/config/IndexId.java 
2012-01-15 05:01:50 UTC (rev 108954)
@@ -15,7 +15,7 @@
 import org.wikimedia.lsearch.search.SearcherCache;
 
 /**
- * Encapsulated an index ID in form db.part, e.g. entest.mainpart.
+ * IndexId encapsulate an index ID in form db.part, e.g. entest.mainpart.
  * It identifies each index part in the system. If entest is the name
  * of the database, and it uses mainsplit architecture, there will be
  * three IndexIds: <br/>
@@ -30,14 +30,16 @@
  * @author rainman
  *
  */
-public class IndexId {
+public class IndexId 
+{
        static org.apache.log4j.Logger log = Logger.getLogger(IndexId.class);
+       
        /** Where the index is */
        protected String indexHost;
        /** Path to index on remote machine */
        protected String indexRsyncPath; 
        
-       /** Type (single, mainsplit, split) in string repesentation */
+       /** Type (single, mainsplit, split) in string representation */
        protected String typeString; 
        /** Parameters associated with type, e.g. number of split parts */
        protected Hashtable<String,String> typeParams;


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to