[Yanel-commits] rev 59181 - 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:24:41 CEST 2011


Author: michi
Date: 2011-07-05 14:24:41 +0200 (Tue, 05 Jul 2011)
New Revision: 59181

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

Modified: public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/ImportSiteThread.java
===================================================================
--- public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/ImportSiteThread.java	2011-07-05 12:22:07 UTC (rev 59180)
+++ public/yanel/trunk/src/resources/add-realm/src/java/org/wyona/yanel/impl/resources/ImportSiteThread.java	2011-07-05 12:24:41 UTC (rev 59181)
@@ -174,7 +174,6 @@
      * Returns the local path of a dumped file, i.e. the path relative
      * to the root dir of the dump.
      * @param file
-     * @return
      * @throws IOException
      */
     protected String getLocalPath(File file) throws IOException {
@@ -309,7 +308,6 @@
      * Returns the mime-type according to the given file extension.
      * Default is application/octet-stream.
      * @param extension
-     * @return
      */
     protected String guessMimeType(String extension) {
         String ext = extension.toLowerCase();



More information about the Yanel-commits mailing list