Merge pull request #31454 from izeye

* pr/31454:
  Polish contribution
  Add Javadoc since to AbstractApplicationContextRunner.prepare()

Closes gh-31454
This commit is contained in:
Stephane Nicoll 2022-06-19 10:00:56 +02:00
commit 8f42bb3dcd

View File

@ -349,6 +349,7 @@ public abstract class AbstractApplicationContextRunner<SELF extends AbstractAppl
* consumed context.
* @param consumer the consumer of the created {@link ApplicationContext}
* @return this instance
* @since 3.0
*/
@SuppressWarnings("unchecked")
public SELF prepare(ContextConsumer<? super A> consumer) {