[Cherbot-commit] SF.net SVN: cherbot: [83] trunk/src/net/sf/cherbot/IRCConnection.java
Status: Alpha
Brought to you by:
christianhujer
|
From: <chr...@us...> - 2007-06-20 20:09:38
|
Revision: 83
http://svn.sourceforge.net/cherbot/?rev=83&view=rev
Author: christianhujer
Date: 2007-06-20 13:09:35 -0700 (Wed, 20 Jun 2007)
Log Message:
-----------
Cosmetic: Fixed documentation issue.
Modified Paths:
--------------
trunk/src/net/sf/cherbot/IRCConnection.java
Modified: trunk/src/net/sf/cherbot/IRCConnection.java
===================================================================
--- trunk/src/net/sf/cherbot/IRCConnection.java 2007-06-18 21:18:51 UTC (rev 82)
+++ trunk/src/net/sf/cherbot/IRCConnection.java 2007-06-20 20:09:35 UTC (rev 83)
@@ -70,9 +70,7 @@
ArgParser.simpleParseAndRun(new IRCConnection(), args);
}
- /** Establishes a connection.
- * @throws IOException In case of connection problems.
- */
+ /** {@inheritDoc} */
@Override @NotNull public Socket connect() throws IOException {
super.connect();
final Socket socket = super.connect();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|