Merge pull request #5729 from APriestman/doxygenFixes_20200323

Doxygen warnings
This commit is contained in:
Richard Cordovano 2020-03-23 11:14:58 -04:00 committed by GitHub
commit 2ed45115d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,6 +526,7 @@ public class RdbmsCentralRepoFactory {
* on the selected CR platform/RDMBS.
*
* @param pkName name of primary key.
* @param selectedPlatform The selected platform.
*
* @return SQL clause to be used in a Create table statement
*/
@ -802,6 +803,7 @@ public class RdbmsCentralRepoFactory {
* Inserts the default content in persona related tables.
*
* @param conn Database connection to use.
* @param selectedPlatform The selected platform.
*
* @return True if success, false otherwise.
*/