Fixing generic <> in documentation to display properly
This commit is contained in:
parent
6c7bd6d174
commit
291bcab9f9
@ -72,7 +72,7 @@ import java.lang.annotation.Target;
|
|||||||
* // your methods here
|
* // your methods here
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* public class DataServerHandler extends {@link ChannelInboundMessageHandlerAdapter}<Message> {
|
* public class DataServerHandler extends {@link ChannelInboundMessageHandlerAdapter}<Message> {
|
||||||
*
|
*
|
||||||
* <b>private boolean loggedIn;</b>
|
* <b>private boolean loggedIn;</b>
|
||||||
*
|
*
|
||||||
@ -121,7 +121,7 @@ import java.lang.annotation.Target;
|
|||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* {@code @Sharable}
|
* {@code @Sharable}
|
||||||
* public class DataServerHandler extends {@link ChannelInboundMessageHandlerAdapter}<Message> {
|
* public class DataServerHandler extends {@link ChannelInboundMessageHandlerAdapter}<Message> {
|
||||||
* private final {@link AttributeKey}<{@link Boolean}> auth =
|
* private final {@link AttributeKey}<{@link Boolean}> auth =
|
||||||
* new {@link AttributeKey}<{@link Boolean}>("auth");
|
* new {@link AttributeKey}<{@link Boolean}>("auth");
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user