Parcourir la source

Minor javadoc change.

pull/112/head
Shane Mc Cormack il y a 8 ans
Parent
révision
4529e75970
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2
    0
      irc/src/com/dmdirc/parser/irc/events/IRCDataOutEvent.java

+ 2
- 0
irc/src/com/dmdirc/parser/irc/events/IRCDataOutEvent.java Voir le fichier

@@ -32,6 +32,8 @@ import static com.google.common.base.Preconditions.checkNotNull;
32 32
 
33 33
 /**
34 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 38
 public class IRCDataOutEvent extends DataOutEvent {
37 39
 

Chargement…
Annuler
Enregistrer