Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -6,12 +6,12 @@ import org.apache.solr.client.solrj.impl.HttpSolrClient; | ... | @@ -6,12 +6,12 @@ import org.apache.solr.client.solrj.impl.HttpSolrClient; |
6 | import javax.enterprise.inject.Produces; | 6 | import javax.enterprise.inject.Produces; |
7 | 7 | ||
8 | /** | 8 | /** |
9 | - * Classe de configuration pour SolrJ | 9 | + * SolrJ configuration class |
10 | */ | 10 | */ |
11 | public class SolrJConfiguration { | 11 | public class SolrJConfiguration { |
12 | 12 | ||
13 | /** | 13 | /** |
14 | - * SolrClient injectable pour les classes en ayant besoin | 14 | + * injectable SolrClient for classes that need it |
15 | * | 15 | * |
16 | * @return SolrClient | 16 | * @return SolrClient |
17 | */ | 17 | */ | ... | ... |
-
Please register or login to post a comment