SOLR-12036: add @since javadoc

This commit is contained in:
Christine Poerschke 2018-05-18 19:55:57 +01:00
parent 743651443e
commit 8d99d32785
1 changed files with 2 additions and 0 deletions

View File

@ -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 {