[dmdirc commit] r5805 - in trunk/src/com/dmdirc: . commandline

2 views
Skip to first unread message

com...@dmdirc.com

unread,
Jan 18, 2010, 2:54:08 AM1/18/10
to dmd...@googlegroups.com
Author: chris87
Date: 2010-01-18 07:54:06 +0000 (Mon, 18 Jan 2010)
New Revision: 5805

Modified:
trunk/src/com/dmdirc/ParserFactory.java
trunk/src/com/dmdirc/Server.java
trunk/src/com/dmdirc/ServerManager.java
trunk/src/com/dmdirc/commandline/RemoteInterface.java
Log:
s/0.6.4/0.6.3/

Git-version: 0.6.3m2-329-gb509c98


Modified: trunk/src/com/dmdirc/ParserFactory.java
===================================================================
--- trunk/src/com/dmdirc/ParserFactory.java 2010-01-17 19:17:04 UTC (rev 5804)
+++ trunk/src/com/dmdirc/ParserFactory.java 2010-01-18 07:54:06 UTC (rev 5805)
@@ -48,7 +48,7 @@
* @param myInfo The client information to use
* @param address The address of the server to connect to
* @return An appropriately configured parser
- * @since 0.6.4
+ * @since 0.6.3
*/
public Parser getParser(final MyInfo myInfo, final URI address) {
// TODO: Hacky Hack McHack

Modified: trunk/src/com/dmdirc/Server.java
===================================================================
--- trunk/src/com/dmdirc/Server.java 2010-01-17 19:17:04 UTC (rev 5804)
+++ trunk/src/com/dmdirc/Server.java 2010-01-18 07:54:06 UTC (rev 5805)
@@ -174,7 +174,7 @@
* Creates a new server which will connect to the specified URL with
* the specified profile.
*
- * @since 0.6.4
+ * @since 0.6.3
* @param uri The address of the server to connect to
* @param profile The profile to use
*/
@@ -238,7 +238,7 @@
*
* @param address The address of the server to connect to
* @param profile The profile to use
- * @since 0.6.4
+ * @since 0.6.3
*/
@Precondition({
"The current parser is null or not connected",
@@ -743,7 +743,7 @@
*
* @param uri URI to compare with the Servers own URI.
* @return True if the Given URI is the "same" as the one we are using.
- * @since 0.6.4
+ * @since 0.6.3
*/
public boolean compareURI(final URI uri) {
if (parser != null) {

Modified: trunk/src/com/dmdirc/ServerManager.java
===================================================================
--- trunk/src/com/dmdirc/ServerManager.java 2010-01-17 19:17:04 UTC (rev 5804)
+++ trunk/src/com/dmdirc/ServerManager.java 2010-01-18 07:54:06 UTC (rev 5805)
@@ -212,7 +212,7 @@
*
* @param uri The URI to connect to
* @return The server which will be connecting
- * @since 0.6.4
+ * @since 0.6.3
*/
public Server connectToAddress(final URI uri) {
return connectToAddress(uri, IdentityManager.getProfiles().get(0));
@@ -225,7 +225,7 @@
* @param uri The URI to connect to
* @param profile The profile to use
* @return The server which will be connecting
- * @since 0.6.4
+ * @since 0.6.3
*/
public Server connectToAddress(final URI uri, final Identity profile) {
Logger.assertTrue(profile.isProfile());

Modified: trunk/src/com/dmdirc/commandline/RemoteInterface.java
===================================================================
--- trunk/src/com/dmdirc/commandline/RemoteInterface.java 2010-01-17 19:17:04 UTC (rev 5804)
+++ trunk/src/com/dmdirc/commandline/RemoteInterface.java 2010-01-18 07:54:06 UTC (rev 5805)
@@ -39,7 +39,7 @@
*
* @param addresses The addresses to connect to.
* @throws java.rmi.RemoteException on problems communicating
- * @since 0.6.4
+ * @since 0.6.3
*/
void connect(List<URI> addresses) throws RemoteException;

Reply all
Reply to author
Forward
0 new messages