Update of /var/cvs/src/org/mmbase/storage/implementation/database
In directory 
james.mmbase.org:/tmp/cvs-serv17652/src/org/mmbase/storage/implementation/database

Modified Files:
        DatabaseStorageManagerFactory.java 
Log Message:
Fixes un javadoc


See also: 
http://cvs.mmbase.org/viewcvs/src/org/mmbase/storage/implementation/database


Index: DatabaseStorageManagerFactory.java
===================================================================
RCS file: 
/var/cvs/src/org/mmbase/storage/implementation/database/DatabaseStorageManagerFactory.java,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -b -r1.50 -r1.51
--- DatabaseStorageManagerFactory.java  21 Mar 2008 13:44:23 -0000      1.50
+++ DatabaseStorageManagerFactory.java  25 Mar 2008 21:00:24 -0000      1.51
@@ -42,7 +42,7 @@
  *
  * @author Pierre van Rooden
  * @since MMBase-1.7
- * @version $Id: DatabaseStorageManagerFactory.java,v 1.50 2008/03/21 13:44:23 
michiel Exp $
+ * @version $Id: DatabaseStorageManagerFactory.java,v 1.51 2008/03/25 21:00:24 
nklasens Exp $
  */
 public class DatabaseStorageManagerFactory extends 
StorageManagerFactory<DatabaseStorageManager> {
 
@@ -150,7 +150,10 @@
     }
 
     /**
-     * @param binaryFileBasePath For some datasource a file base path may be 
needed (some configurations of hsql). It can be <code>null</code> during 
bootstrap. In lookup.xml an alternative URL may be configured then which does 
not need the file base path.
+     * @param binaryFileBasePath
+     *            For some datasource a file base path may be needed (some 
configurations of hsql).
+     *            It can be <code>null</code> during bootstrap. In lookup.xml 
an alternative URL
+     *            may be configured then which does not need the file base 
path.
      * @since MMBase-1.8
      */
     protected DataSource createDataSource(File binaryFileBasePath) {
@@ -393,8 +396,8 @@
     }
 
     /**
-     * Tries to ensure that basePath existis and is writable. Logs error and 
returns false otherwise.
-     * @param basePath a Directory name
+     * Tries to ensure that baseDir exists and is writable. Logs error and 
returns false otherwise.
+     * @param baseDir a Directory name
      * @since MMBase-1.8.1
      */
     public static boolean checkBinaryFileBasePath(File baseDir) {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to