瀏覽代碼

Fix some javadoc after random renaming of stuff.

Change-Id: I87e319180c0f8ad7ec4bece489699142d628cdc0
Reviewed-on: http://gerrit.dmdirc.com/1342
Automatic-Compile: DMDirc Local Commits <dmdirc@googlemail.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.4
Shane Mc Cormack 14 年之前
父節點
當前提交
fcd7e2b3e4
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3
    3
      src/com/dmdirc/parser/common/CallbackManager.java

+ 3
- 3
src/com/dmdirc/parser/common/CallbackManager.java 查看文件

@@ -213,7 +213,7 @@ public abstract class CallbackManager<T extends Parser> {
213 213
      * Add a callback with a specific target.
214 214
      * This method will throw a CallbackNotFoundException if the callback does not exist.
215 215
      *
216
-     * @param <T> The type of callback
216
+     * @param <S> The type of callback
217 217
      * @param callback Type of callback object.
218 218
      * @param o instance of ICallbackInterface to add.
219 219
      * @param target Parameter to specify that a callback should only fire for specific things
@@ -234,7 +234,7 @@ public abstract class CallbackManager<T extends Parser> {
234 234
      * Add a callback without an exception.
235 235
      * This should be used if a callback is not essential for execution (ie the DebugOut callback)
236 236
      *
237
-     * @param <T> The type of callback object
237
+     * @param <S> The type of callback object
238 238
      * @param callback Type of callback object.
239 239
      * @param o instance of ICallbackInterface to add.
240 240
      * @return true/false if the callback was added or not.
@@ -253,7 +253,7 @@ public abstract class CallbackManager<T extends Parser> {
253 253
      * Add a callback with a specific target.
254 254
      * This should be used if a callback is not essential for execution
255 255
      *
256
-     * @param <T> The type of callback
256
+     * @param <S> The type of callback
257 257
      * @param callback Type of callback object.
258 258
      * @param o instance of ICallbackInterface to add.
259 259
      * @param target Parameter to specify that a callback should only fire for specific things

Loading…
取消
儲存