You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2018/05/18 19:36:53 UTC

[2/4] lucene-solr:branch_7x: SOLR-12036: add @since javadoc

SOLR-12036: add @since 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/c101fd4c
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/c101fd4c
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/c101fd4c

Branch: refs/heads/branch_7x
Commit: c101fd4c80acdf67755329ca306bea1d1b405225
Parents: ac7b344
Author: Christine Poerschke <cp...@apache.org>
Authored: Fri May 18 19:55:57 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Fri May 18 20:20:17 2018 +0100

----------------------------------------------------------------------
 .../solr/client/solrj/io/stream/expr/DefaultStreamFactory.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/c101fd4c/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/expr/DefaultStreamFactory.java
----------------------------------------------------------------------
diff --git a/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/expr/DefaultStreamFactory.java b/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/expr/DefaultStreamFactory.java
index 672d0cd..07ec431 100644
--- a/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/expr/DefaultStreamFactory.java
+++ b/solr/solrj/src/java/org/apache/solr/client/solrj/io/stream/expr/DefaultStreamFactory.java
@@ -20,6 +20,8 @@ import org.apache.solr.client.solrj.io.Lang;
 
 /**
  * A default collection of mappings, used to convert strings into stream expressions.
+ *
+ * @since 7.4
  */
 public class DefaultStreamFactory extends StreamFactory {