[Yanel-commits] rev 59182 - public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources

michi at wyona.com michi at wyona.com
Tue Jul 5 14:25:00 CEST 2011


Author: michi
Date: 2011-07-05 14:25:00 +0200 (Tue, 05 Jul 2011)
New Revision: 59182

Modified:
   public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/EventLog.java
Log:
javadoc improved

Modified: public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/EventLog.java
===================================================================
--- public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/EventLog.java	2011-07-05 12:24:41 UTC (rev 59181)
+++ public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/EventLog.java	2011-07-05 12:25:00 UTC (rev 59182)
@@ -49,7 +49,6 @@
     
     /**
      * Returns all download events.
-     * @return
      */
     public String getDownloadEvents() {
         StringBuffer buf = new StringBuffer();
@@ -61,7 +60,6 @@
     
     /**
      * Returns all error events.
-     * @return
      */
     public String getErrorEvents() {
         StringBuffer buf = new StringBuffer();
@@ -73,7 +71,6 @@
     
     /**
      * Returns the number of downloaded pages.
-     * @return
      */
     public int getNofDownloads() {
         return this.downloadEvents.size();



More information about the Yanel-commits mailing list