You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by no...@apache.org on 2018/08/05 01:56:32 UTC

lucene-solr:master: SOLR-12592: added javadoc

Repository: lucene-solr
Updated Branches:
  refs/heads/master 592899a41 -> ffedb99dc


SOLR-12592: added javadoc


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ffedb99d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ffedb99d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ffedb99d

Branch: refs/heads/master
Commit: ffedb99dc8127e14ad32c6c1345bb7d4516a570e
Parents: 592899a
Author: Noble Paul <no...@apache.org>
Authored: Sun Aug 5 11:56:22 2018 +1000
Committer: Noble Paul <no...@apache.org>
Committed: Sun Aug 5 11:56:22 2018 +1000

----------------------------------------------------------------------
 .../apache/solr/client/solrj/cloud/autoscaling/SealedClause.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ffedb99d/solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/SealedClause.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/SealedClause.java b/solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/SealedClause.java
index 5a40b42..495bcb4 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/SealedClause.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/SealedClause.java
@@ -20,7 +20,7 @@ package org.apache.solr.client.solrj.cloud.autoscaling;
 import java.util.function.Function;
 
 /**
- * This clause is an instance with no conditions with computed value
+ * This clause is an instance with no conditions with computed value. every value is computed just in time
  */
 public class SealedClause extends Clause {
   SealedClause(Clause clause, Function<Condition, Object> computedValueEvaluator) {