Fix Javadoc
This commit fixes various Javadoc issues across the code base. See gh-32403
This commit is contained in:
committed by
Stéphane Nicoll
parent
c1287d48e2
commit
abdccffa39
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2022 the original author or authors.
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -49,7 +49,7 @@ import static org.junit.platform.engine.discovery.DiscoverySelectors.selectClass
|
||||
*
|
||||
* @author Sam Brannen
|
||||
* @since 5.3.17
|
||||
* @see https://github.com/spring-projects/spring-framework/issues/27757
|
||||
* @see <a href="https://github.com/spring-projects/spring-framework/issues/27757">gh-27757</a>
|
||||
*/
|
||||
class DirtiesContextEventPublishingTests {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2022 the original author or authors.
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -50,7 +50,7 @@ import static org.junit.platform.engine.discovery.DiscoverySelectors.selectClass
|
||||
*
|
||||
* @author Sam Brannen
|
||||
* @since 5.3.17
|
||||
* @see https://github.com/spring-projects/spring-framework/issues/27757
|
||||
* @see <a href="https://github.com/spring-projects/spring-framework/issues/27757">gh-27757</a>
|
||||
*/
|
||||
class EagerTestExecutionEventPublishingTests {
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2019 the original author or authors.
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -39,7 +39,7 @@ import static org.springframework.test.transaction.TransactionAssert.assertThatT
|
||||
*
|
||||
* @author Sam Brannen
|
||||
* @since 4.3
|
||||
* @see org.springframework.test.context.transaction.PrimaryTransactionManagerTests
|
||||
* @see org.springframework.test.context.transaction.manager.PrimaryTransactionManagerTests
|
||||
*/
|
||||
@SpringJUnitConfig
|
||||
@DirtiesContext
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2019 the original author or authors.
|
||||
* Copyright 2002-2024 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -30,7 +30,7 @@ import org.springframework.context.annotation.Configuration;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Integration tests for an issue raised in https://jira.spring.io/browse/SPR-15927.
|
||||
* Integration tests for an issue raised in <a href="https://jira.spring.io/browse/SPR-15927">SPR-15927</a>.
|
||||
*
|
||||
* @author Sam Brannen
|
||||
* @since 5.0
|
||||
|
||||
@@ -328,7 +328,7 @@ class ContextLoaderUtilsContextHierarchyTests extends AbstractContextConfigurati
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to reproduce bug reported in https://jira.spring.io/browse/SPR-10997
|
||||
* Used to reproduce bug reported in <a href="https://jira.spring.io/browse/SPR-10997">SPR-10997</a>
|
||||
*/
|
||||
@Test
|
||||
void buildContextHierarchyMapForTestClassHierarchyWithMultiLevelContextHierarchiesAndOverriddenInitializers() {
|
||||
@@ -505,7 +505,7 @@ class ContextLoaderUtilsContextHierarchyTests extends AbstractContextConfigurati
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to reproduce bug reported in https://jira.spring.io/browse/SPR-10997
|
||||
* Used to reproduce bug reported in <a href="https://jira.spring.io/browse/SPR-10997">SPR-10997</a>
|
||||
*/
|
||||
@ContextHierarchy({//
|
||||
//
|
||||
@@ -516,7 +516,7 @@ class ContextLoaderUtilsContextHierarchyTests extends AbstractContextConfigurati
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to reproduce bug reported in https://jira.spring.io/browse/SPR-10997
|
||||
* Used to reproduce bug reported in <a href="https://jira.spring.io/browse/SPR-10997">SPR-10997</a>
|
||||
*/
|
||||
@ContextHierarchy({//
|
||||
//
|
||||
@@ -528,7 +528,7 @@ class ContextLoaderUtilsContextHierarchyTests extends AbstractContextConfigurati
|
||||
}
|
||||
|
||||
/**
|
||||
* Used to reproduce bug reported in https://jira.spring.io/browse/SPR-10997
|
||||
* Used to reproduce bug reported in <a href="https://jira.spring.io/browse/SPR-10997">SPR-10997</a>
|
||||
*/
|
||||
private static class DummyApplicationContextInitializer implements
|
||||
ApplicationContextInitializer<ConfigurableApplicationContext> {
|
||||
|
||||
Reference in New Issue
Block a user