UUIDEqualityMatchingRule.java revision a0c5d844897894f20544288aa010623829ba12c4
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd/*
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd * CDDL HEADER START
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd *
c38e2a97e43fc69b22f6b03c6d2f60e3bd705f89sf * The contents of this file are subject to the terms of the
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd * Common Development and Distribution License, Version 1.0 only
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * (the "License"). You may not use this file except in compliance
031b91a62d25106ae69d4693475c79618dd5e884fielding * with the License.
031b91a62d25106ae69d4693475c79618dd5e884fielding *
031b91a62d25106ae69d4693475c79618dd5e884fielding * You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
031b91a62d25106ae69d4693475c79618dd5e884fielding * or http://forgerock.org/license/CDDLv1.0.html.
031b91a62d25106ae69d4693475c79618dd5e884fielding * See the License for the specific language governing permissions
031b91a62d25106ae69d4693475c79618dd5e884fielding * and limitations under the License.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd *
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * When distributing Covered Code, include this CDDL HEADER in each
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * file and include the License file at legal-notices/CDDLv1_0.txt.
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * If applicable, add the following below this CDDL HEADER, with the
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * fields enclosed by brackets "[]" replaced with your own identifying
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * information:
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * Portions Copyright [yyyy] [name of copyright owner]
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd *
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * CDDL HEADER END
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd *
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd * Copyright 2014 ForgeRock AS
d5d794fc2f4cc9ca6d6da17cfa2cdcd8d244bacdnd */
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecndpackage org.opends.server.schema;
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecndimport org.opends.legacy.DummyByteArrayComparator;
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd/**
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd * Required by rebuild-index process when upgrading to OpenDJ3.
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd *
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd * @deprecated since OPENDJ-1591 Migrate matching rules
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd */
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd@Deprecated
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecndpublic class UUIDEqualityMatchingRule extends DummyByteArrayComparator {
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd // empty
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd}
62664c6703ed9e8d8f4f8e4c5f5e893559ecefecnd