Skip to content

Commit da0eb3e

Browse files
dgswanDmitry Lebedko
authored and
Dmitry Lebedko
committed
Javadocs updated.
1 parent 2af8626 commit da0eb3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app8/SpringDocApp8MultipleUrlsSeveralParallelRequestsTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
3636

3737
/**
38-
* The test to make sure no race condition issues are present when several parallel requests
38+
* The test to make sure no exceptions are thrown when several parallel requests
3939
* are sent to get Swagger config.
4040
*
4141
* @author Dmitry Lebedko ([email protected])
@@ -54,7 +54,7 @@ public class SpringDocApp8MultipleUrlsSeveralParallelRequestsTest extends Abstra
5454

5555
/**
5656
* Sends {@link SpringDocApp8MultipleUrlsSeveralParallelRequestsTest#PARALLEL_REQUEST_NUMBER} requests
57-
* simultaneously to make sure no race condition issues are present.
57+
* simultaneously to make sure no exceptions are thrown when getting Swagger config.
5858
*/
5959
@Test
6060
public void swagger_config_for_multiple_groups_and_many_parallel_requests() {

0 commit comments

Comments
 (0)