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:58:36 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 806f6d92e -> 7a14a1a7e


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/7a14a1a7
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/7a14a1a7
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/7a14a1a7

Branch: refs/heads/branch_7x
Commit: 7a14a1a7e68200a48a94e423c4a425536e1116b4
Parents: 806f6d9
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:58:13 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/7a14a1a7/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) {