mirror of https://github.com/apache/lucene.git
SOLR-11063: fixed test failure.
This commit is contained in:
parent
f7f0ed1fc5
commit
e4438a2bb7
|
@ -201,7 +201,7 @@ public class Policy implements MapWriter {
|
|||
if (!getPolicies().equals(policy.getPolicies())) return false;
|
||||
if (!getClusterPolicy().equals(policy.getClusterPolicy())) return false;
|
||||
if (!getClusterPreferences().equals(policy.getClusterPreferences())) return false;
|
||||
return params.equals(policy.params);
|
||||
return true;
|
||||
}
|
||||
|
||||
/*This stores the logical state of the system, given a policy and
|
||||
|
|
Loading…
Reference in New Issue