Polish contribution

See gh-31454
This commit is contained in:
Stephane Nicoll 2022-06-19 10:00:47 +02:00
parent c3f1b4f595
commit a000ed4beb

View File

@ -349,7 +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.0
* @since 3.0
*/
@SuppressWarnings("unchecked")
public SELF prepare(ContextConsumer<? super A> consumer) {