You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/09/08 04:18:58 UTC

svn commit: r441340 - /directory/trunks/mina/core/src/main/java/org/apache/mina/management/StatCollector.java

Author: trustin
Date: Thu Sep  7 19:18:57 2006
New Revision: 441340

URL: http://svn.apache.org/viewvc?view=rev&rev=441340
Log:
Fixed a javadoc problem

Modified:
    directory/trunks/mina/core/src/main/java/org/apache/mina/management/StatCollector.java

Modified: directory/trunks/mina/core/src/main/java/org/apache/mina/management/StatCollector.java
URL: http://svn.apache.org/viewvc/directory/trunks/mina/core/src/main/java/org/apache/mina/management/StatCollector.java?view=diff&rev=441340&r1=441339&r2=441340
==============================================================================
--- directory/trunks/mina/core/src/main/java/org/apache/mina/management/StatCollector.java (original)
+++ directory/trunks/mina/core/src/main/java/org/apache/mina/management/StatCollector.java Thu Sep  7 19:18:57 2006
@@ -33,7 +33,7 @@
 
 
 /**
- * Collects statistics of an {@linkIoService}. It's polling all the sessions of a given
+ * Collects statistics of an {@link IoService}. It's polling all the sessions of a given
  * IoService. It's attaching a {@link IoSessionStat} object to all the sessions polled
  * and filling the throughput values.
  *