You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-web/src/test/java/org/springframework/http/server/reactive/AbstractHttpHandlerIntegrationTests.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,8 +77,8 @@ public void tearDown() throws Exception {
77
77
78
78
79
79
/**
80
-
* Return an interval stream of with n number of ticks and buffer the
81
-
* emissions to avoid back pressure failures (e.g. on slow CI server).
80
+
* Return an interval stream of N number of ticks and buffer the emissions
81
+
* to avoid back pressure failures (e.g. on slow CI server).
82
82
*
83
83
* <p>Use this method as follows:
84
84
* <ul>
@@ -89,7 +89,7 @@ public void tearDown() throws Exception {
0 commit comments