mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
Merged 5.2.N (5.2.1) to HEAD (5.2)
128510 mmuller: Fixed some javadoc errors. REPO-466 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@129291 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -108,7 +108,6 @@ public interface DbObject
|
||||
/**
|
||||
* Set/override the validators associated with this database object.
|
||||
*
|
||||
* @param validators List<DbValidator>
|
||||
*/
|
||||
void setValidators(List<DbValidator> validators);
|
||||
|
||||
|
@@ -52,7 +52,6 @@ public class Index extends AbstractDbObject
|
||||
|
||||
/**
|
||||
* @param table the parent table
|
||||
* @param columnNames List<String>
|
||||
*/
|
||||
public Index(Table table, String name, List<String> columnNames)
|
||||
{
|
||||
|
@@ -52,8 +52,6 @@ public class PrimaryKey extends AbstractDbObject
|
||||
* Constructor
|
||||
* @param table the parent table
|
||||
* @param name String
|
||||
* @param columnNames List<String>
|
||||
* @param columnOrders List<Integer>
|
||||
*/
|
||||
public PrimaryKey(Table table, String name, List<String> columnNames, List<Integer> columnOrders)
|
||||
{
|
||||
|
Reference in New Issue
Block a user