Browse Source

s/0.6.3m3/0.6.4/

Change-Id: I0ca6f30dd39aaa4ddf48fc52b8cf98529c5a35a8
Reviewed-on: http://gerrit.dmdirc.com/63
Reviewed-by: Gregory Holmes <greboid@dmdirc.com>
Tested-by: Gregory Holmes <greboid@dmdirc.com>
tags/0.6.3
Chris Smith 14 years ago
parent
commit
bfe9582557

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

305
      * Creates a new IRCParser with the specified client details which will
305
      * Creates a new IRCParser with the specified client details which will
306
      * connect to the specified URI.
306
      * connect to the specified URI.
307
      *
307
      *
308
-     * @since 0.6.3m3
308
+     * @since 0.6.4
309
      * @param myDetails The client details to use
309
      * @param myDetails The client details to use
310
      * @param uri The URI to connect to
310
      * @param uri The URI to connect to
311
      */
311
      */

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

79
      * the specified URI.
79
      * the specified URI.
80
      *
80
      *
81
      * @param uri The URI of the server
81
      * @param uri The URI of the server
82
-     * @since 0.6.3m3
82
+     * @since 0.6.4
83
      */
83
      */
84
     public ServerInfo(final URI uri) {
84
     public ServerInfo(final URI uri) {
85
         host = uri.getHost();
85
         host = uri.getHost();

Loading…
Cancel
Save