We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986582b commit fdb24deCopy full SHA for fdb24de
1 file changed
src/main/java/org/egothor/methodatlas/ai/RateLimitListener.java
@@ -10,8 +10,8 @@
10
* heavyweight work such as Swing EDT dispatch must be deferred by the listener
11
* itself (e.g. via {@code SwingUtilities.invokeLater}).</p>
12
*
13
- * <p>A no-op listener can be expressed concisely as a lambda:
14
- * <pre> (wait, attempt, max) -> {}</pre></p>
+ * <p>A no-op listener can be expressed concisely as a lambda:</p>
+ * <pre> (wait, attempt, max) -> {}</pre>
15
16
* @see HttpSupport
17
*/
0 commit comments