ソースを参照

Minor javadoc change.

pull/112/head
Shane Mc Cormack 8年前
コミット
4529e75970
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      irc/src/com/dmdirc/parser/irc/events/IRCDataOutEvent.java

+ 2
- 0
irc/src/com/dmdirc/parser/irc/events/IRCDataOutEvent.java ファイルの表示

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

読み込み中…
キャンセル
保存