File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
jetclient/src/main/java/org/menacheri/jetclient/event
jetserver/src/main/java/org/menacheri/event Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
public class Events
19
19
{
20
20
/**
21
- * Events should <b>never< b> have this type. But event handlers can choose
21
+ * Events should <b>NEVER</ b> have this type. But event handlers can choose
22
22
* to have this type to signify that they will handle any type of incoming
23
23
* event. For e.g. {@link AbstractSessionEventHandler}
24
24
*/
Original file line number Diff line number Diff line change 13
13
public class Events
14
14
{
15
15
/**
16
- * Events should never have this type. But event handlers can choose to have
17
- * this type to signify that they will handle any type of incoming event.
18
- * For e.g. {@link AbstractSessionEventHandler}
16
+ * Events should <b>NEVER</b> have this type. But event handlers can choose
17
+ * to have this type to signify that they will handle any type of incoming
18
+ * event. For e.g. {@link AbstractSessionEventHandler}
19
19
*/
20
20
public final static byte ANY = 0x00 ;
21
21
// Lifecycle events.
You can’t perform that action at this time.
0 commit comments