Revision: 18792
          http://sourceforge.net/p/gate/code/18792
Author:   johann_p
Date:     2015-06-19 13:40:30 +0000 (Fri, 19 Jun 2015)
Log Message:
-----------
Small corrections in the JavaDoc

Modified Paths:
--------------
    gate/trunk/src/main/gate/util/persistence/PersistenceManager.java

Modified: gate/trunk/src/main/gate/util/persistence/PersistenceManager.java
===================================================================
--- gate/trunk/src/main/gate/util/persistence/PersistenceManager.java   
2015-06-19 13:02:51 UTC (rev 18791)
+++ gate/trunk/src/main/gate/util/persistence/PersistenceManager.java   
2015-06-19 13:40:30 UTC (rev 18792)
@@ -873,11 +873,12 @@
 
   /**
    * Save the given object to the file, without using $gatehome$.
-   * This is equivalent to  {@link #saveObjectToFile(obj,file,false,false}. 
+   * This is equivalent to  {@link 
#saveObjectToFile(Object,File,boolean,boolean} with the
+   * third and fourth parameter set to false.
    * This method exists with this definition to stay backwards compatible with 
    * code that was using this method before paths relative to $gatehome$ were 
supported. 
-   * @param obj
-   * @param file
+   * @param obj The object to persist
+   * @param file The file where to persists to
    * @throws PersistenceException
    * @throws IOException 
    */
@@ -889,8 +890,8 @@
   /**
    * Save the given object to the given file.
    * 
-   * @param obj
-   * @param file
+   * @param obj The object to persist.
+   * @param file The file where to persist to
    * @param usegatehome if true (recommended) use $gatehome$ and 
$resourceshome$ instead of 
    * $relpath$ in any saved path URLs if the location of that URL is inside 
GATE home or 
    * inside the resources home directory (if set). 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to