mirror of https://github.com/apache/lucene.git
SOLR-12036: add @since javadoc
This commit is contained in:
parent
743651443e
commit
8d99d32785
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue