Browse Source

Minor javadoc change.

pull/112/head
Shane Mc Cormack 8 years ago
parent
commit
4529e75970
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      irc/src/com/dmdirc/parser/irc/events/IRCDataOutEvent.java

+ 2
- 0
irc/src/com/dmdirc/parser/irc/events/IRCDataOutEvent.java View File

32
 
32
 
33
 /**
33
 /**
34
  * Called on every outgoing line BEFORE being sent.
34
  * Called on every outgoing line BEFORE being sent.
35
+ *
36
+ * This extends the standard DataOutEvent to also pre-tokenise the data.
35
  */
37
  */
36
 public class IRCDataOutEvent extends DataOutEvent {
38
 public class IRCDataOutEvent extends DataOutEvent {
37
 
39
 

Loading…
Cancel
Save