Author: ryan
Date: Sat Nov 29 07:37:18 2008
New Revision: 721684
URL: http://svn.apache.org/viewvc?rev=721684&view=rev
Log:
make TermsParams an interface rather then a class (like all the other params
classes)
Modified:
lucene/solr/trunk/src/java/org/apache/solr/common/params/TermsParams.java
Modified:
lucene/solr/trunk/src/java/org/apache/solr/common/params/TermsParams.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/common/params/TermsParams.java?rev=721684&r1=721683&r2=721684&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/common/params/TermsParams.java
(original)
+++ lucene/solr/trunk/src/java/org/apache/solr/common/params/TermsParams.java
Sat Nov 29 07:37:18 2008
@@ -1,4 +1,3 @@
-package org.apache.solr.common.params;
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
@@ -16,12 +15,14 @@
* limitations under the License.
*/
+package org.apache.solr.common.params;
+
/**
*
*
**/
-public class TermsParams {
+public interface TermsParams {
/**
* The component name. Set to true to turn on the TermsComponent
*/