Add missing since tag to MetaStackFactory
This commit is contained in:
parent
5dda522a62
commit
acb56d683a
@ -77,6 +77,7 @@ public interface MetaStackFactory {
|
|||||||
* @param middleSpacer the spacer to be included between stack elements
|
* @param middleSpacer the spacer to be included between stack elements
|
||||||
* @param endSpacer the spacer to be included at the end of the stacks output
|
* @param endSpacer the spacer to be included at the end of the stacks output
|
||||||
* @return the new stack definition instance
|
* @return the new stack definition instance
|
||||||
|
* @since 4.4
|
||||||
*/
|
*/
|
||||||
@NonNull MetaStackDefinition createDefinition(@NonNull List<MetaStackElement> elements, @NonNull DuplicateRemovalFunction duplicateRemovalFunction, @NonNull String startSpacer, @NonNull String middleSpacer, @NonNull String endSpacer);
|
@NonNull MetaStackDefinition createDefinition(@NonNull List<MetaStackElement> elements, @NonNull DuplicateRemovalFunction duplicateRemovalFunction, @NonNull String startSpacer, @NonNull String middleSpacer, @NonNull String endSpacer);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user