diff --git a/source/java/org/alfresco/util/schemacomp/model/Index.java b/source/java/org/alfresco/util/schemacomp/model/Index.java index 4aaa268f25..4d7f76ddea 100644 --- a/source/java/org/alfresco/util/schemacomp/model/Index.java +++ b/source/java/org/alfresco/util/schemacomp/model/Index.java @@ -163,12 +163,6 @@ public class Index extends AbstractDbObject new DbProperty(rightIndex, "unique"), ctx); } - - - public void validate(DiffContext ctx) - { - System.out.println("INVALID INDEX, name is not allowed:" + getName()); - } @Override