mirror of https://github.com/apache/lucene.git
deprecating a constructor that used deprecated method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
60fff07d87
commit
686e3fc804
|
@ -54,7 +54,10 @@ public class DirectSolrConnection
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initialize using the static singleton SolrCore.getSolrCore().
|
* Initialize using the static singleton SolrCore.getSolrCore().
|
||||||
|
*
|
||||||
|
* @deprecated use {@link #DirectSolrConnection(SolrCore)}
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public DirectSolrConnection()
|
public DirectSolrConnection()
|
||||||
{
|
{
|
||||||
this( SolrCore.getSolrCore() );
|
this( SolrCore.getSolrCore() );
|
||||||
|
|
Loading…
Reference in New Issue