Kaynağa Gözat

Remove last traces of Window from CommandParser

Change-Id: I502bae881768a582089d3d37d152428404821bcf
Fixes-Issue: CLIENT-265
Reviewed-on: http://gerrit.dmdirc.com/2213
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
tags/0.6.7rc1
Chris Smith 12 yıl önce
ebeveyn
işleme
e0a09f32bc

+ 0
- 4
src/com/dmdirc/commandparser/parsers/CommandParser.java Dosyayı Görüntüle

@@ -124,7 +124,6 @@ public abstract class CommandParser implements Serializable {
124 124
      * Parses the specified string as a command.
125 125
      *
126 126
      * @param origin The container which received the command
127
-     * @param window The window in which the line was typed
128 127
      * @param line The line to be parsed
129 128
      * @param parseChannel Whether or not to try and parse the first argument
130 129
      * as a channel name
@@ -160,7 +159,6 @@ public abstract class CommandParser implements Serializable {
160 159
      * handled, the method returns false.
161 160
      *
162 161
      * @param origin The container which received the command
163
-     * @param window The window in which the command was typed
164 162
      * @param args The command and its arguments
165 163
      * @param parseChannel Whether or not to try parsing channel names
166 164
      * @return True iff the command was handled, false otherwise
@@ -252,7 +250,6 @@ public abstract class CommandParser implements Serializable {
252 250
      * Parses the specified string as a command.
253 251
      *
254 252
      * @param origin The container which received the command
255
-     * @param window The window in which the command was typed
256 253
      * @param line The line to be parsed
257 254
      * @since 0.6.4
258 255
      */
@@ -275,7 +272,6 @@ public abstract class CommandParser implements Serializable {
275 272
      * Executes the specified command with the given arguments.
276 273
      *
277 274
      * @param origin The container which received the command
278
-     * @param window The window in which the command was typed
279 275
      * @param commandInfo The command information object matched by the command
280 276
      * @param command The command to be executed
281 277
      * @param args The arguments to the command

Loading…
İptal
Kaydet