mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-7260: Schema comparator. Removed unused/redundant method.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32728 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -163,12 +163,6 @@ public class Index extends AbstractDbObject
|
|||||||
new DbProperty(rightIndex, "unique"),
|
new DbProperty(rightIndex, "unique"),
|
||||||
ctx);
|
ctx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void validate(DiffContext ctx)
|
|
||||||
{
|
|
||||||
System.out.println("INVALID INDEX, name is not allowed:" + getName());
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user