37383940414243444546
if (table.getGroup() == group && table.isRoot()) { if (root == null) { root = table; } else { output.reportFailure(new AISValidationFailure ( new GroupHasMultipleRootsException(group.getName(), root.getName(), table.getName()))); } } } }