Skip to content

Commit fdb24de

Browse files
committed
fix(javadoc): unexpected end tag in javadoc
1 parent 986582b commit fdb24de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/egothor/methodatlas/ai/RateLimitListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* heavyweight work such as Swing EDT dispatch must be deferred by the listener
1111
* itself (e.g.&nbsp;via {@code SwingUtilities.invokeLater}).</p>
1212
*
13-
* <p>A no-op listener can be expressed concisely as a lambda:
14-
* <pre> (wait, attempt, max) -&gt; {}</pre></p>
13+
* <p>A no-op listener can be expressed concisely as a lambda:</p>
14+
* <pre> (wait, attempt, max) -&gt; {}</pre>
1515
*
1616
* @see HttpSupport
1717
*/

0 commit comments

Comments
 (0)