Explorar el Código

Minor javadoc change.

pull/112/head
Shane Mc Cormack hace 8 años
padre
commit
4529e75970
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      irc/src/com/dmdirc/parser/irc/events/IRCDataOutEvent.java

+ 2
- 0
irc/src/com/dmdirc/parser/irc/events/IRCDataOutEvent.java Ver fichero

@@ -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
 

Loading…
Cancelar
Guardar