Project

General

Profile

« Previous | Next » 

Revision 7493

typo

View differences:

src/edu/ucsb/nceas/metacat/index/D1Index.java
12 12
import java.util.List;
13 13
import java.util.Map;
14 14

  
15
/* * * * disabled for classpath complications * * * */
16 15
public class D1Index implements GenericIndex {
17 16
	protected final DefaultHttpClient client = new DefaultHttpClient();
18 17
	protected final HTTPService solrSvc =
......
56 55
		return new String[0];
57 56
	}
58 57
}
59
*/

Also available in: Unified diff