[Yanel-commits] rev 47675 - public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder

michi at wyona.com michi at wyona.com
Sun Feb 21 16:53:28 CET 2010


Author: michi
Date: 2010-02-21 16:53:27 +0100 (Sun, 21 Feb 2010)
New Revision: 47675

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java
Log:
javadoc improved

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java	2010-02-21 15:52:40 UTC (rev 47674)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/src/java/org/wyona/yanel/impl/resources/updatefinder/UpdateFinder.java	2010-02-21 15:53:27 UTC (rev 47675)
@@ -58,11 +58,12 @@
 
 
 /**
- * 
+ * Get updates for installed Yanel version
  */
 public class UpdateFinder extends Resource implements ViewableV2 {
 
     private static Logger log = Logger.getLogger(UpdateFinder.class);
+
     /**
      * 
      */
@@ -291,7 +292,7 @@
 
         String idVersionRevisionCurrent = installInfo.getId() + "-v-" + installInfo.getVersion() + "-r-" + installInfo.getRevision();
 
-        // show installed version
+        // show productive version
         htmlBodyContent.append("<p>");
         htmlBodyContent.append("Your installed Yanel version is: <b>" + installInfo.getId() + "-v-" + installInfo.getVersion() + "-r-" + installInfo.getRevision() + "</b>");
         htmlBodyContent.append("</p>");



More information about the Yanel-commits mailing list