Skip to content

Commit 7a8855d

Browse files
committed
Documenation change.
1 parent 197c83b commit 7a8855d

File tree

2 files changed

+4
-4
lines changed
  • jetclient/src/main/java/org/menacheri/jetclient/event
  • jetserver/src/main/java/org/menacheri/event

2 files changed

+4
-4
lines changed

jetclient/src/main/java/org/menacheri/jetclient/event/Events.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
public class Events
1919
{
2020
/**
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
2222
* to have this type to signify that they will handle any type of incoming
2323
* event. For e.g. {@link AbstractSessionEventHandler}
2424
*/

jetserver/src/main/java/org/menacheri/event/Events.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
public class Events
1414
{
1515
/**
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}
1919
*/
2020
public final static byte ANY = 0x00;
2121
// Lifecycle events.

0 commit comments

Comments
 (0)