mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
24.03.2016 f73b4be2153e23da252bc4655a65df3f9e24c9c9
OPENDJ-2689 Make checkstyle happy
1 files modified
18 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/schema/SchemaConstants.java 18 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/schema/SchemaConstants.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2006-2010 Sun Microsystems, Inc.
 * Portions copyright 2011-2013 ForgeRock AS.
 * Portions copyright 2011-2016 ForgeRock AS.
 * Portions copyright 2013-2014 Manuel Gaupp
 */
package org.opends.server.schema;
@@ -25,14 +25,14 @@
 * <p>
 * Here is a definition for the prefixes:
 * <dl>
 * <dt>AMR</dt>
 * <dd>Approximate Matching Rule</dd>
 * <dt>EMR</dt>
 * <dd>Equality Matching Rule</dd>
 * <dt>OMR</dt>
 * <dd>Ordering Matching Rule</dd>
 * <dt>SMR</dt>
 * <dd>Syntax Matching Rule</dd>
 * <dt>AMR
 * <dd>Approximate Matching Rule
 * <dt>EMR
 * <dd>Equality Matching Rule
 * <dt>OMR
 * <dd>Ordering Matching Rule
 * <dt>SMR
 * <dd>Syntax Matching Rule
 * </dl>
 * </p>
 */