浏览代码

Deprecate getCommandParser in InputWindow.

Change-Id: Id24702f5aed9f9f2adcef2713e02b288721ba615
Reviewed-on: http://gerrit.dmdirc.com/1516
Automatic-Compile: Gregory Holmes <greg@dmdirc.com>
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.6.5b1
Greg Holmes 13 年前
父节点
当前提交
2491b0307f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      src/com/dmdirc/ui/interfaces/InputWindow.java

+ 3
- 0
src/com/dmdirc/ui/interfaces/InputWindow.java 查看文件

@@ -38,7 +38,10 @@ public interface InputWindow extends Window {
38 38
      * Retrieves the command Parser for this input window.
39 39
      *
40 40
      * @return This window's command parser
41
+     *
42
+     * @deprecated Use {@link WritableFrameContainer.getCommandParser()} instead
41 43
      */
44
+    @Deprecated
42 45
     CommandParser getCommandParser();
43 46
 
44 47
     /**

正在加载...
取消
保存