git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1443707 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-02-07 20:33:38 +00:00
parent 4e73371fc4
commit dc6e3188cf
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ public class FacetSearchParams {
}
/**
* Initilizes with the given {@link FacetRequest requests} and
* Initializes with the given {@link FacetRequest requests} and
* {@link FacetIndexingParams}.
*/
public FacetSearchParams(FacetIndexingParams indexingParams, FacetRequest... facetRequests) {
@ -67,7 +67,7 @@ public class FacetSearchParams {
}
/**
* Initilizes with the given {@link FacetRequest requests} and
* Initializes with the given {@link FacetRequest requests} and
* {@link FacetIndexingParams}.
*/
public FacetSearchParams(List<FacetRequest> facetRequests, FacetIndexingParams indexingParams) {