Browse Source

s/0.6.4/0.6.3/

Change-Id: If046e74b8330cf9f643f30f603cad59071da94c1
Reviewed-on: http://gerrit.dmdirc.com/542
Automatic-Compile: Gregory Holmes <greboid@dmdirc.com>
Reviewed-by: Gregory Holmes <greboid@dmdirc.com>
tags/0.6.3
Chris Smith 14 years ago
parent
commit
f3b102eea4

+ 2
- 2
src/com/dmdirc/parser/interfaces/Parser.java View File

@@ -171,7 +171,7 @@ public interface Parser extends Runnable {
171 171
      * Get a URI that shows where this parser is connected to.
172 172
      *
173 173
      * @return URI that shows where this parser is connected to.
174
-     * @since 0.6.4
174
+     * @since 0.6.3
175 175
      */
176 176
     URI getURI();
177 177
 
@@ -182,7 +182,7 @@ public interface Parser extends Runnable {
182 182
      *
183 183
      * @param uri URI to compare with the Parsers own URI.
184 184
      * @return True if the Given URI is the "same" as the one we are using.
185
-     * @since 0.6.4
185
+     * @since 0.6.3
186 186
      */
187 187
     boolean compareURI(final URI uri);
188 188
 

+ 1
- 1
src/com/dmdirc/parser/irc/IRCParser.java View File

@@ -306,7 +306,7 @@ public class IRCParser implements SecureParser, Runnable {
306 306
      * Creates a new IRCParser with the specified client details which will
307 307
      * connect to the specified URI.
308 308
      *
309
-     * @since 0.6.4
309
+     * @since 0.6.3
310 310
      * @param myDetails The client details to use
311 311
      * @param uri The URI to connect to
312 312
      */

Loading…
Cancel
Save