浏览代码

Fix some javadoc.

Change-Id: I032d0438d70d5f519c7a1c0e9ec8282b67f72d38
Reviewed-on: http://gerrit.dmdirc.com/3739
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
pull/1/head
Greg Holmes 9 年前
父节点
当前提交
0e5475a7e0

+ 2
- 0
src/com/dmdirc/commandparser/parsers/CommandParser.java 查看文件

@@ -88,6 +88,8 @@ public abstract class CommandParser implements Serializable {
88 88
 
89 89
     /**
90 90
      * @deprecated Callers should obtain their own instance of command controller.
91
+     *
92
+     * @return The command manager for this parser.
91 93
      */
92 94
     @Deprecated
93 95
     public CommandController getCommandManager() {

+ 1
- 1
src/com/dmdirc/interfaces/ui/ProfilesDialogModel.java 查看文件

@@ -137,7 +137,7 @@ public interface ProfilesDialogModel {
137 137
     /**
138 138
      * Gets the selected profile's list of nicknames validator.
139 139
      *
140
-     * @return
140
+     * @return The selected profile's nicknames validator
141 141
      */
142 142
     Validator<List<String>> getSelectedProfileNicknamesValidator();
143 143
 

正在加载...
取消
保存