Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

107541: Merged 5.0.N (5.0.3) to HEAD-BUG-FIX (5.1/Cloud) (PARTIAL MERGE)
      107413: Merged DEV to 5.0.N (5.0.3)
         106858 : MNT-13545: JavaDoc : Inconsistencies between the Java doc and the actual code
            - Cleaning of Javadoc,
   107565: MNT-13545 Fix compilation after merge of Javadoc


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107633 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tatyana Valkevych
2015-07-02 16:13:03 +00:00
parent 4c30e52dc3
commit 7dd2291753
784 changed files with 5454 additions and 5487 deletions

View File

@@ -234,7 +234,7 @@ public class SchemaBootstrap extends AbstractLifecycleBean
/**
* Defines the DatabaseMetaDataHelper to be used
*
* @param databaseMetaDataHelper
* @param databaseMetaDataHelper DatabaseMetaDataHelper
*/
public void setDatabaseMetaDataHelper(DatabaseMetaDataHelper databaseMetaDataHelper)
{
@@ -1839,7 +1839,8 @@ public class SchemaBootstrap extends AbstractLifecycleBean
* Collate differences and validation problems with the schema with respect to an appropriate
* reference schema.
*
* @param outputFileNameTemplate
* @param outputFileNameTemplate String
* @param out PrintWriter
* @return the number of potential problems found.
*/
public synchronized int validateSchema(String outputFileNameTemplate, PrintWriter out)
@@ -2038,7 +2039,7 @@ public class SchemaBootstrap extends AbstractLifecycleBean
* If dbPrefixes is null, then the default list is used (see {@link MultiFileDumper#DEFAULT_PREFIXES})
* The dump files' paths are logged at info level.
*
* @param whenDumped
* @param whenDumped String
* @param dbPrefixes Array of database object prefixes to filter by, e.g. "alf_"
* @return List of output files.
*/
@@ -2066,8 +2067,8 @@ public class SchemaBootstrap extends AbstractLifecycleBean
* of database object prefixes is used for filtering.
*
* @see #dumpSchema(String, String[])
* @param whenDumped
* @return
* @param whenDumped String
* @return List<File>
*/
private List<File> dumpSchema(String whenDumped)
{