TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.53k stars 2.58k forks source link

Replace <tt> with <code> in javadocs #1385

Closed PhilipRoman closed 10 months ago

PhilipRoman commented 10 months ago

Motivation and Context

HTML5 has dropped the <tt> tag and new versions of the javadoc will refuse to generate such docs:

Java-WebSocket/src/main/java/org/java_websocket/server/WebSocketServer.java:922: error: tag not supported in HTML5: tt
   * @param conn    The <tt>WebSocket</tt> instance this event is occurring on.

How Has This Been Tested?

Generating javadocs works and output is formatted as expected